label property Null safety
Return the label associated with the statement, or null
if there is no
label.
Implementation
SimpleIdentifier? get label;
Return the label associated with the statement, or null
if there is no
label.
SimpleIdentifier? get label;