DeviceInfo constructor

DeviceInfo({
  1. String description,
  2. String lastAccessedAddress,
  3. num lastAccessedInstant,
  4. String name,
  5. String type,
})

Implementation

DeviceInfo(
    {this.description,
    this.lastAccessedAddress,
    this.lastAccessedInstant,
    this.name,
    this.type});