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