ReportSubTypeModel constructor

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

Implementation

ReportSubTypeModel({
  this.id,
  this.reportType,
  this.type,
});