state property
Implementation
LddPrinterState get state =>
RustLib.instance.api.crateApiPrintersLddWinPrinterAutoAccessorGetState(
that: this,
);
Implementation
set state(LddPrinterState state) =>
RustLib.instance.api.crateApiPrintersLddWinPrinterAutoAccessorSetState(
that: this, state: state);