getConverterService method

ConverterService getConverterService()

Implementation

ConverterService getConverterService() {
  _converterService ??= ConverterService(this);
  return _converterService!;
}