value property

  1. @override
String get value
override

Implementation

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