ReportType constructor

ReportType({
  1. String? deprecateTime,
  2. String? id,
  3. String? name,
  4. bool? systemManaged,
})

Implementation

ReportType({
  this.deprecateTime,
  this.id,
  this.name,
  this.systemManaged,
});