state property

LddPrinterState get state
override

Implementation

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

Implementation

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