BluetoothPrinterDevice constructor

BluetoothPrinterDevice({
  1. required String name,
  2. required String address,
})

Implementation

BluetoothPrinterDevice({required this.name, required this.address});