interfaces property

Iterable<USBInterface> get interfaces

Implementation

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