toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final launchFromBackupStorageSizeDetails =
      this.launchFromBackupStorageSizeDetails;
  final shapeType = this.shapeType;
  final storageManagement = this.storageManagement;
  final storageSizeDetails = this.storageSizeDetails;
  return {
    'launchFromBackupStorageSizeDetails': ?launchFromBackupStorageSizeDetails,
    'shapeType': ?shapeType,
    'storageManagement': ?storageManagement,
    'storageSizeDetails': ?storageSizeDetails,
  };
}