ReportMetadata constructor

ReportMetadata({
  1. String? googleCloudStoragePath,
  2. Date? reportDataEndDate,
  3. Date? reportDataStartDate,
  4. ReportStatus? status,
})

Implementation

ReportMetadata({
  this.googleCloudStoragePath,
  this.reportDataEndDate,
  this.reportDataStartDate,
  this.status,
});