BluetoothPrinter constructor

BluetoothPrinter({
  1. String modelName = "",
  2. String macAddress = "",
})

Implementation

BluetoothPrinter({this.modelName = "", this.macAddress = ""});