standardUnit property

Unit standardUnit

//////////////////////////////////////////////// //////////////////////////////////////////////// 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

// Contract methods (for sub-classes to implement). //
//////////////////////////////////////////////////////

/// 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.
Unit get standardUnit;