states property

Set<StateMVC<StatefulWidget>> states
inherited

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

Implementation

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