newText property
String
get
newText
The string this edit will insert.
Implementation
_i2.String get newText => _i5.getProperty(
this,
'newText',
);
set
newText
(String value)
Implementation
set newText(_i2.String value) {
_i5.setProperty(
this,
'newText',
value,
);
}