id property

String get id

The printer's identifier; guaranteed to be unique among printers on the device.

Implementation

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

Implementation

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