value property

  1. @override
String get value
override

Implementation

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