PrCommand constructor

PrCommand({
  1. required String deviceId,
  2. required String data,
  3. String? printerId,
})

Implementation

PrCommand({
  required this.deviceId,
  required this.data,
  this.printerId,
});