PDFScreenRouteArgs constructor Null safety
- {Key? key,
- required PaperModel model,
- bool isOffline = false}
Implementation
const PDFScreenRouteArgs(
{this.key, required this.model, this.isOffline = false});
const PDFScreenRouteArgs(
{this.key, required this.model, this.isOffline = false});