Register a converter for a model type
static void register<T>(T Function(Map<String, dynamic>) converter) { _converters[T] = converter; }