first property

ByteBuffer first

Implementation

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

Implementation

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