interfaces property

Iterable<USBInterface> interfaces

Implementation

Iterable<USBInterface> get interfaces =>
    js_util.getProperty(this, 'interfaces');