message property

ByteBuffer message

Implementation

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

Implementation

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