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