uri property

String get uri

The printer URI. This can be used by extensions to choose the printer for the user.

Implementation

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

Implementation

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