data property

ByteBuffer data

Implementation

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

Implementation

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