unlabeled property

  1. @override
StatementImpl unlabeled
override

If this is a labeled statement, return the unlabeled portion of the statement, otherwise return the statement itself.

Implementation

@override
StatementImpl get unlabeled => this;