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