value property

  1. @override
String get value
override

Implementation

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