ZoopDevice constructor

const ZoopDevice(
  1. {String communication,
  2. String dateTimeDetected,
  3. String manufacturer,
  4. String name,
  5. bool persistent,
  6. int typeTerminal,
  7. String uri}
)

Implementation

const ZoopDevice(
    {this.communication,
    this.dateTimeDetected,
    this.manufacturer,
    this.name,
    this.persistent,
    this.typeTerminal,
    this.uri});