text property

String get text

Implementation

String get text => codepoint == 0 ? '' : String.fromCharCode(codepoint);