toJson method
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!,
};