DbSystemInitialStorageSizeProperties constructor
DbSystemInitialStorageSizeProperties({
- List<
StorageSizeDetails> ? launchFromBackupStorageSizeDetails, - String? shapeType,
- String? storageManagement,
- List<
StorageSizeDetails> ? storageSizeDetails,
Implementation
DbSystemInitialStorageSizeProperties({
this.launchFromBackupStorageSizeDetails,
this.shapeType,
this.storageManagement,
this.storageSizeDetails,
});