message property

ByteBuffer get message

Implementation

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

Implementation

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