ReportUnit constructor

ReportUnit(
  1. ReportType reportType,
  2. Report report,
  3. String prefix,
  4. String extension,
)

Implementation

ReportUnit(
  this.reportType,
  this.report,
  this.prefix,
  this.extension,
);