NetPrinter constructor

NetPrinter({
  1. String modelName = "",
  2. String serNo = "",
  3. String ipAddress = "",
  4. String macAddress = "",
  5. String nodeName = "",
  6. String location = "",
})

Implementation

NetPrinter(
    {this.modelName = "",
    this.serNo = "",
    this.ipAddress = "",
    this.macAddress = "",
    this.nodeName = "",
    this.location = ""});