DefaultConversionService constructor
DefaultConversionService([
- ProtectionDomain? protectionDomain
Create a new DefaultConversionService with the set of default converters.
Implementation
DefaultConversionService([super.protectionDomain]) {
addDefaultConverters(this);
}