identifier property

String get identifier
inherited

The value of the label being defined. Must only include lowercase ascii and the '-' character (a-z-+).

Implementation

String get $type;/// The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+).
String get identifier;