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