PowerState constructor

PowerState(
  1. bool isOn,
  2. double powerPct
)

Implementation

PowerState(this.isOn, this.powerPct);