data property

Blob data

Implementation

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

Implementation

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