get<T> method

T get<T>(
  1. String key
)

Implementation

T get<T>(
  String key,
) =>
    data[key] as T;