DeviceInfo constructor

DeviceInfo(
  1. String name,
  2. String guid,
  3. int type
)

Implementation

DeviceInfo(this.name, this.guid, this.type);