getComponentExponent method

num getComponentExponent(
  1. String component
)

Gets the exponent value for the specified base dimension component key.

Implementation

num getComponentExponent(String component) => _dimensionMap[component] ?? 0;