keys property

  1. @visibleForTesting
Iterable<State<T>> keys

Implementation

@visibleForTesting
Iterable<State<T>> get keys => entries.keys;