get<T> method

T get<T>(
  1. String key
)

الوصول لنموذج

Implementation

T get<T>(String key) {
  return _models[key];
}