Printer class

Constructors

Printer({required String name, required String uri, required PrinterSource source})
Printer.fromJS(Printer _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Displayed name of the printer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source PrinterSource
The source of the printer.
getter/setter pair
toJS → Printer
no setter
uri String
The full path for the printer. Contains protocol, hostname, port, and queue.
getter/setter pair

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