standardUnit property

  1. @override
BaseUnit standardUnit
override

//////////////////////////////////////////////// //////////////////////////////////////////////// The BaseUnit base unit, AlternateUnit alternate unit or product of base units and alternate units this unit is derived from.

The standard unit identifies the "type" of Quantity quantity for which this unit is employed.

Implementation

@override
BaseUnit get standardUnit => this;