menu
netter package
documentation
model_registry.dart
ModelRegistry
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
FromJson
?
get
<
T
>(
)
Implementation
static FromJson? get<T>() { final factory = _factories[T]; return factory; }
netter package
documentation
model_registry
ModelRegistry
get<T> static method
ModelRegistry class