states property

Return a 'copy' of the Set of State objects.

Implementation

Set<StateMVC> get states => Set.from(_stateMVCSet.whereType<StateMVC>());