DbSystemInitialStorageSize constructor

DbSystemInitialStorageSize({
  1. String? name,
  2. DbSystemInitialStorageSizeProperties? properties,
})

Implementation

DbSystemInitialStorageSize({this.name, this.properties});