get method

T? get(
  1. String key
)

Implementation

T? get(String key) => read(key);