ReportFiles constructor

ReportFiles({
  1. String? byteCount,
  2. String? url,
})

Implementation

ReportFiles({
  this.byteCount,
  this.url,
});