DeviceState constructor

DeviceState(
  1. int state,
  2. String uuid
)

Implementation

DeviceState(this.state, this.uuid);