payloadType property

int get payloadType

Implementation

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

Implementation

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