name property
Implementation
String get name =>
RustLib.instance.api.crateApiPrintersLddWinPrinterAutoAccessorGetName(
that: this,
);
Implementation
set name(String name) => RustLib.instance.api
.crateApiPrintersLddWinPrinterAutoAccessorSetName(that: this, name: name);