value property

  1. @override
String get value
override

Implementation

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