payloadType property

int payloadType

Implementation

int get payloadType => js_util.getProperty(this, 'payloadType');
void payloadType=(int newValue)

Implementation

set payloadType(int newValue) {
  js_util.setProperty(this, 'payloadType', newValue);
}