LxdUsbDevice class

Constructors

LxdUsbDevice({required int busAddress, required int deviceAddress, required String product, required String productId, required double speed, required String vendor, required String vendorId})

Properties

busAddress int
final
deviceAddress int
final
hashCode int
The hash code for this object.
no setteroverride
product String
final
productId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
final
vendor String
final
vendorId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override