stateOf method

StateMatcher stateOf(
  1. String key
)

Get a state matcher for assertions

Implementation

StateMatcher stateOf(String key) => StateMatcher(key, this);