members property

Return the switch members that can be selected by the expression.

Implementation

@override
NodeListImpl<SwitchMemberImpl> get members => _members;