toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (acceleratorType != null) 'acceleratorType': acceleratorType!,
      if (milliAcceleratorSeconds != null)
        'milliAcceleratorSeconds': milliAcceleratorSeconds!,
      if (milliDcuSeconds != null) 'milliDcuSeconds': milliDcuSeconds!,
      if (shuffleStorageGbSeconds != null)
        'shuffleStorageGbSeconds': shuffleStorageGbSeconds!,
    };