BluetoothPrinterInput constructor

BluetoothPrinterInput({
  1. required String address,
  2. String? name,
  3. bool isBle = false,
  4. bool autoConnect = false,
})

Implementation

BluetoothPrinterInput({
  required this.address,
  this.name,
  this.isBle = false,
  this.autoConnect = false,
});