Report constructor

Report({
  1. ReportType? type,
  2. String? operator,
  3. num? timeout,
  4. OpenDrawer? openDrawer,
})

Implementation

Report({
  this.type,
  this.operator,
  this.timeout,
  this.openDrawer,
});