valueText property

String? get valueText

Implementation

String? get valueText => value == null ? null : String.fromCharCodes(value!);