ZipLocalDevice constructor

ZipLocalDevice(
  1. String name,
  2. String ip,
  3. String mac,
  4. String type,
  5. String type_name,
)

Implementation

ZipLocalDevice(this.name, this.ip, this.mac, this.type, this.type_name);