value property
String
get
value
The value associated with the tag.
Implementation
_i2.String get value => _i3.getProperty(
this,
'value',
);
set
value
(String value)
Implementation
set value(_i2.String value) {
_i3.setProperty(
this,
'value',
value,
);
}