states property

List<EffectCommandState<A, E>> get states

Immutable snapshot of recorded visible states.

Implementation

List<EffectCommandState<A, E>> get states {
  return List<EffectCommandState<A, E>>.unmodifiable(_states);
}