GertecPosPrinterController constructor

GertecPosPrinterController({
  1. required GertecType gertecType,
})

Implementation

GertecPosPrinterController({required GertecType gertecType})
    : _gertecType = gertecType;