systemName property
Implementation
String get systemName => RustLib.instance.api
.crateApiPrintersLddWinPrinterAutoAccessorGetSystemName(
that: this,
);
Implementation
set systemName(String systemName) => RustLib.instance.api
.crateApiPrintersLddWinPrinterAutoAccessorSetSystemName(
that: this, systemName: systemName);