get<T> method
T
get<T>(
- TKey key
Shorthand for using "as" to cast the dynamic value
Implementation
T get<T>(TKey key) => this[key] as T;
Shorthand for using "as" to cast the dynamic value
T get<T>(TKey key) => this[key] as T;