get method

String get(
  1. String key
)

Implementation

String get(String key) => _state[key] ?? '';