get<T> method

T get<T>(
  1. String key
)

Get value as T with given key

Implementation

T get<T>(String key) => castJsonType(key, this[key]);