elements property

List<RationalPower<Unit>> elements

The units composing this product unit.

Implementation

List<RationalPower<Unit>> get elements => List.unmodifiable(_elements);