mA property

Current get mA

Creates a Current instance representing this numerical value in Milliamperes (mA).

Implementation

Current get mA => Current(toDouble(), CurrentUnit.milliampere);