AssetReport constructor

AssetReport({
  1. String? assetReportId,
  2. String? clientReportId,
  3. String? dateGenerated,
  4. double? daysRequested,
  5. AssetReportUser? user,
  6. List<AssetReportItem>? items,
})

Implementation

AssetReport({
  this.assetReportId,
  this.clientReportId,
  this.dateGenerated,
  this.daysRequested,
  this.user,
  this.items,
});