driverName property

String get driverName
override

Implementation

String get driverName => RustLib.instance.api
        .crateApiPrintersLddWinPrinterAutoAccessorGetDriverName(
      that: this,
    );
set driverName (String driverName)
override

Implementation

set driverName(String driverName) => RustLib.instance.api
    .crateApiPrintersLddWinPrinterAutoAccessorSetDriverName(
        that: this, driverName: driverName);