description property

String get description

The human-readable description of the printer.

Implementation

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

Implementation

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