Get a converter for a model type
static T Function(Map<String, dynamic>)? get<T>() { return _converters[T] as T Function(Map<String, dynamic>)?; }