DeviceStatus constructor

DeviceStatus(
  1. String key,
  2. dynamic value
)

Implementation

DeviceStatus(this.key, this.value);