value property

  1. @override
String get value
override

The current text.

Implementation

@override
String get value => _chars.value.join();