toString method
override
Returns a string representation of this object.
Implementation
String toString() {
return "UsbDevice: ${vid.toRadixString(16)}-${pid.toRadixString(16)} $productName, $manufacturerName $serial";
}
Returns a string representation of this object.
String toString() {
return "UsbDevice: ${vid.toRadixString(16)}-${pid.toRadixString(16)} $productName, $manufacturerName $serial";
}