get<T> static method

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

Implementation

static T? get<T>(String key) => _mem[key] as T?;