ReportSummaryMachineSeriesAllocation constructor

ReportSummaryMachineSeriesAllocation({
  1. String? allocatedAssetCount,
  2. MachineSeries? machineSeries,
})

Implementation

ReportSummaryMachineSeriesAllocation({
  this.allocatedAssetCount,
  this.machineSeries,
});