value property
String
get
value
Retrieves or sets the text in the entry field of the textArea element.
Implementation
_i2.String get value => _i4.getProperty(
this,
'value',
);
set
value
(String value)
Implementation
set value(_i2.String value) {
_i4.setProperty(
this,
'value',
value,
);
}