PDFScreenRoute constructor Null safety

PDFScreenRoute(
  1. {Key? key,
  2. required PaperModel model,
  3. bool isOffline = false}
)

Implementation

PDFScreenRoute(
    {_i7.Key? key, required _i9.PaperModel model, bool isOffline = false})
    : super(PDFScreenRoute.name,
          path: '/pdf',
          args: PDFScreenRouteArgs(
              key: key, model: model, isOffline: isOffline));