contains method

bool contains(
  1. State<T> state
)

Implementation

bool contains(State<T> state) => entries.containsKey(state);