USBPrinter class

Inheritance

Constructors

USBPrinter({String? id, String? name, String? address, int? deviceId, int? vendorId, int? productId, bool connected = false, int type = 0, ConnectionType? connectionType})

Properties

address String?
getter/setter pairinherited
bluetoothType BluetoothPrinterType
no setterinherited
connected bool
getter/setter pairinherited
connectionType ConnectionType?
getter/setter pairinherited
deviceId int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
name String?
getter/setter pairinherited
productId int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pairinherited
vendorId int?
getter/setter pairinherited

Methods

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

Operators

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