ElectricCurrent constructor

ElectricCurrent(
  1. num value,
  2. String unitSymbol
)

Constructs ElectricCurrent with the value and the unit

Implementation

ElectricCurrent(num value, String unitSymbol)
    : super(value, unitSymbol, I.dimension);