text property
String
get
text
Implementation
String get text => js_util.getProperty(this, 'text');
set
text
(String newValue)
Implementation
set text(String newValue) {
js_util.setProperty(this, 'text', newValue);
}