second property

ByteBuffer second

Implementation

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

Implementation

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