text property

String text

Implementation

String get text => js_util.getProperty(this, 'text');
void text=(String newValue)

Implementation

set text(String newValue) {
  js_util.setProperty(this, 'text', newValue);
}