blob property

ByteBuffer blob

Implementation

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

Implementation

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