requestType property

USBRequestType requestType

Implementation

USBRequestType get requestType =>
    USBRequestType.fromValue(js_util.getProperty(this, 'requestType'));
void requestType=(USBRequestType newValue)

Implementation

set requestType(USBRequestType newValue) {
  js_util.setProperty(this, 'requestType', newValue.value);
}