data property

String data

Implementation

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

Implementation

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