hasState method

bool hasState(
  1. String key
)

Check if state exists in this scope

Implementation

bool hasState(String key) => _state.containsKey(key);