value property

  1. @override
String get value
override

Implementation

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