data property

String get data

Implementation

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

Implementation

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