PDFScreenRouteArgs constructor Null safety

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

Implementation

const PDFScreenRouteArgs(
    {this.key, required this.model, this.isOffline = false});