second property

ByteBuffer get second

Implementation

ByteBuffer get second => js_util.getProperty(this, 'second');
set second (ByteBuffer newValue)

Implementation

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