setModels method

void setModels(
  1. Map<String, T> models
)

Implementation

void setModels(Map<String, T> models) {
  _models = models;
}