menu
measure package
documentation
measure.dart
Unit
pow method
pow method
dark_mode
light_mode
pow
method
Unit
pow
(
RationalNumber
pow
)
Implementation
Unit pow(RationalNumber pow) => ProductUnit([RationalPower(this, pow)]);
measure package
documentation
measure
Unit
pow method
Unit class