get method

V? get(
  1. K key
)

Gets a value by key.

Implementation

V? get(K key) => state[key];