PortInfo class Null safety
Contains info of the printer connection
Constructors
- PortInfo(dynamic port)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- macAddress ↔ String?
-
MacAdress of printer
read / write
- modelName ↔ String?
-
Model name of printer
read / write
- portName ↔ String?
-
Port connection of printer, use this to connect to the printer
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- usbSerialNumber ↔ String?
-
USB Serial number of usb printers
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited