value property
String
get
value
The code snippet of a markdown code block. @deprecated please use {@linkcode MarkdownString} instead
Implementation
_i2.String get value => _i5.getProperty(
this,
'value',
);
set
value
(String value)
Implementation
set value(_i2.String value) {
_i5.setProperty(
this,
'value',
value,
);
}