StorageConfig constructor
StorageConfig([
- void b()?
Creates a new StorageConfig object using the builder pattern.
Implementation
factory StorageConfig([void Function(StorageConfigBuilder)? b]) = _$StorageConfig;