Device constructor

Device(
  1. String? ip,
  2. String? hostname,
  3. String? mac,
  4. double time,
  5. String? vendor,
)

Implementation

Device(this.ip, this.hostname, this.mac, this.time, this.vendor);