text property

String? get text

Implementation

String? get text => _$this._text;
set text (String? text)

Implementation

set text(String? text) => _$this._text = text;