getModels method

Map<String, T> getModels()

Return Models In Collection

Implementation

Map<String, T> getModels() {
  return _models.cast<String, T>();
}