type property

USBEndpointType get type

Implementation

USBEndpointType get type =>
    USBEndpointType.fromValue(js_util.getProperty(this, 'type'));