menu
prisma_flutter_connector package
documentation
runtime.dart
SchemaRegistry
getModel method
getModel method
dark_mode
light_mode
getModel
method
ModelSchema
?
getModel
(
String
name
)
Get a model schema by name.
Implementation
ModelSchema? getModel(String name) => _models[name];
prisma_flutter_connector package
documentation
runtime
SchemaRegistry
getModel method
SchemaRegistry class