ConvertConfig constructor
const
ConvertConfig({
- String? locale,
- NumberOptions numbers = const NumberOptions(),
- DateOptions dates = const DateOptions(),
- BoolOptions bools = const BoolOptions(),
- UriOptions uri = const UriOptions(),
- TypeRegistry registry = const TypeRegistry.empty(),
- ExceptionHook? onException,
Creates a new configuration bundle.
Implementation
const ConvertConfig({
this.locale,
this.numbers = const NumberOptions(),
this.dates = const DateOptions(),
this.bools = const BoolOptions(),
this.uri = const UriOptions(),
this.registry = const TypeRegistry.empty(),
this.onException,
}) : _overrideMask = 0;