blob property
ByteBuffer
get
blob
Implementation
ByteBuffer get blob => js_util.getProperty(this, 'blob');
set
blob
(ByteBuffer newValue)
Implementation
set blob(ByteBuffer newValue) {
js_util.setProperty(this, 'blob', newValue);
}