LxdPciDevice class

Constructors

LxdPciDevice({required String driver, required String driverVersion, required String pciAddress, required String product, required String productId, required String vendor, required String vendorId})

Properties

driver String
final
driverVersion String
final
hashCode int
The hash code for this object.
no setteroverride
pciAddress String
final
product String
final
productId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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