ElectricVoltage constructor

const ElectricVoltage({
  1. dynamic rS,
  2. dynamic sT,
})

Implementation

const ElectricVoltage({this.rS, this.sT});