hasConverter<T> static method

bool hasConverter<T>()

Check if a converter is registered

Implementation

static bool hasConverter<T>() {
  return _converters.containsKey(T);
}