getModel method

ModelSchema? getModel(
  1. String name
)

Get a model schema by name.

Implementation

ModelSchema? getModel(String name) => _models[name];