value property

  1. @override
String get value
override

Implementation

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