value property

  1. @override
String get value
override

Implementation

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