flags property

String get flags

Flags assigned by the downstream tokenizer.

Upstream removes every leading hash when applying the feature.

Implementation

String get flags => _stripLeadingScalar(encoded, 0x23);