powerDimensions constant
Dimensions
const powerDimensions
Dimensions for this type of quantity.
Implementation
static const Dimensions powerDimensions = Dimensions.constant(
<String, int>{'Length': 2, 'Mass': 1, 'Time': -3},
qType: Power);