text property
String
get
text
Retrieves or sets the text of the object as a string.
Implementation
_i2.String get text => _i4.getProperty(
this,
'text',
);
set
text
(String value)
Implementation
set text(_i2.String value) {
_i4.setProperty(
this,
'text',
value,
);
}