ConfigurationReportType constructor

ConfigurationReportType({
  1. String? id,
  2. List<ReportTypePriority>? priorities = const [],
  3. String? type,
  4. ReportTypeWorkflow? workflow,
})

Returns a new ConfigurationReportType instance.

Implementation

ConfigurationReportType({
  this.id,
  this.priorities = const [],
  this.type,
  this.workflow,
});