ReportSummaryMachineSeriesAllocation constructor
      
      ReportSummaryMachineSeriesAllocation({ 
    
    
- String? allocatedAssetCount,
- MachineSeries? machineSeries,
Implementation
ReportSummaryMachineSeriesAllocation({
  this.allocatedAssetCount,
  this.machineSeries,
});