DefaultConversionService constructor

DefaultConversionService([
  1. ProtectionDomain? protectionDomain
])

Create a new DefaultConversionService with the set of default converters.

Implementation

DefaultConversionService([super.protectionDomain]) {
  addDefaultConverters(this);
}