Config constructor

Config([
  1. void b(
    1. ConfigBuilder
    )?
])

Creates a new Config object using the builder pattern.

Implementation

factory Config([void Function(ConfigBuilder)? b]) = _$Config;