requestType property

USBRequestType get requestType

Implementation

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

Implementation

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