states property
Return a 'copy' of the Set of State objects.
Implementation
Set<StateX> get states => Set.from(_stateXSet.whereType<StateX>());
Return a 'copy' of the Set of State objects.
Set<StateX> get states => Set.from(_stateXSet.whereType<StateX>());