UPowerDeviceHistoryRecord constructor

const UPowerDeviceHistoryRecord(
  1. int time,
  2. double value,
  3. UPowerDeviceState state
)

Implementation

const UPowerDeviceHistoryRecord(this.time, this.value, this.state);