labels property

  1. @override
NodeListImpl<LabelImpl> labels
override

Return the labels associated with the switch member.

Implementation

@override
NodeListImpl<LabelImpl> get labels => _labels;