BrotherDevice.fromNetwork constructor

BrotherDevice.fromNetwork(
  1. BrotherModel model,
  2. String? ipAddress
)

Implementation

BrotherDevice.fromNetwork(this.model, this.ipAddress)
    : source = BrotherDeviceSource.network,
      modelName = model.nameAndroid,
      location = null,
      printerName = null,
      serialNumber = null,
      nodeName = null,
      macAddress = null,
      bleAdvertiseLocalName = null;