get<T> method

T get<T>(
  1. String key
)
override

Implementation

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