PrinterModel.phomemo constructor
const
PrinterModel.phomemo({
- String brand = 'Phomemo',
- required String deviceName,
- bool rotateImage = false,
- required double dpmm,
- PrintData serialize(
- PrinterModel self,
- ImageData image,
- PrintConfig config
- BLEConfig bleConfig = phomemoBLEConfig,
Implementation
const PrinterModel.phomemo({
this.brand = 'Phomemo',
required this.deviceName,
this.rotateImage = false,
required this.dpmm,
this.serialize = phomemoSerialize,
this.bleConfig = phomemoBLEConfig,
});