get<T> static method

FromJson? get<T>()

Implementation

static FromJson? get<T>() {
  final factory = _factories[T];
  return factory;
}