ReportFilter constructor

ReportFilter({
  1. ReportStatusType? status,
})

Implementation

ReportFilter({
  this.status,
});