Report constructor
Report({
- required ReportType type,
- String? operator,
- int? timeout,
- OpenDrawer? openDrawer,
Implementation
Report({
required this.type,
this.operator,
this.timeout,
this.openDrawer,
});