label property
SimpleIdentifier?
get
label
The label associated with the statement, or null
if there's no label.
Implementation
SimpleIdentifier? get label;
The label associated with the statement, or null
if there's no label.
SimpleIdentifier? get label;