Printer's human readable name.
String get name => _wrapped.name;
set name(String v) { _wrapped.name = v; }