ratio property
double
get
ratio
Returns the ratio represented by this power level.
Implementation
double get ratio => math.exp(2.0 * valueSI.toDouble());
Returns the ratio represented by this power level.
double get ratio => math.exp(2.0 * valueSI.toDouble());