ReportTypeModel constructor

ReportTypeModel({
  1. int? id,
  2. String? type,
})

Implementation

ReportTypeModel({
  this.id,
  this.type,
});