File constructor

File({
  1. DateRange? dateRange,
  2. String? etag,
  3. String? fileName,
  4. String? format,
  5. String? id,
  6. String? kind,
  7. String? lastModifiedTime,
  8. String? reportId,
  9. String? status,
  10. FileUrls? urls,
})

Implementation

File({
  this.dateRange,
  this.etag,
  this.fileName,
  this.format,
  this.id,
  this.kind,
  this.lastModifiedTime,
  this.reportId,
  this.status,
  this.urls,
});