getType static method

ModelType<DataModel> getType(
  1. Type type
)

Implementation

static ModelType getType(Type type) {
  return _modelTypes[type]!;
}