uri property

String get uri

The full path for the printer. Contains protocol, hostname, port, and queue.

Implementation

String get uri => _wrapped.uri;
set uri (String v)

Implementation

set uri(String v) {
  _wrapped.uri = v;
}