toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allocatedAssetCount = this.allocatedAssetCount;
  final allocatedDiskTypes = this.allocatedDiskTypes;
  final allocatedRegions = this.allocatedRegions;
  final machineSeriesAllocations = this.machineSeriesAllocations;
  return {
    'allocatedAssetCount': ?allocatedAssetCount,
    'allocatedDiskTypes': ?allocatedDiskTypes,
    'allocatedRegions': ?allocatedRegions,
    'machineSeriesAllocations': ?machineSeriesAllocations,
  };
}