text property

String? get text

Implementation

String? get text => null;
set text (String? value)

Implementation

set text(String? value) {}