value property

  1. @override
String get value
override

Implementation

final class LowercaseAlphabetQ extends Special implements Identifierable, Startable { static const VALUE = 'q'; const LowercaseAlphabetQ(); @override String get value => VALUE;