toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (launchFromBackupStorageSizeDetails != null)
    'launchFromBackupStorageSizeDetails': launchFromBackupStorageSizeDetails!,
  if (shapeType != null) 'shapeType': shapeType!,
  if (storageManagement != null) 'storageManagement': storageManagement!,
  if (storageSizeDetails != null) 'storageSizeDetails': storageSizeDetails!,
};