hasConverter<T> static method
Check if a converter is registered
Implementation
static bool hasConverter<T>() {
return _converters.containsKey(T);
}
Check if a converter is registered
static bool hasConverter<T>() {
return _converters.containsKey(T);
}