BrotherDevice constructor
const
BrotherDevice({
- required BrotherDeviceSource source,
- required BrotherModel model,
- required String modelName,
- String? ipAddress,
- String? location,
- String? printerName,
- String? serialNumber,
- String? nodeName,
- String? macAddress,
- String? bleAdvertiseLocalName,
For iOS must set at least ipAddress or serialNumberor bleAdvertiseLocalName
For Android must set at least ipAddress or macAddress or bleAdvertiseLocalName or it should be connected in USB
Implementation
const BrotherDevice({
required this.source,
required this.model,
required this.modelName,
this.ipAddress,
this.location,
this.printerName,
this.serialNumber,
this.nodeName,
this.macAddress,
this.bleAdvertiseLocalName,
});