value property

  1. @override
String get value
override

Implementation

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