value property

  1. @override
String get value
override

Implementation

final class Sharp extends Special { static const VALUE = '#'; const Sharp(); @override String get value => VALUE;