members property
NodeList<SwitchMember>
get
members
The switch members that can be selected by the expression.
Implementation
NodeList<SwitchMember> get members;
The switch members that can be selected by the expression.
NodeList<SwitchMember> get members;