Length constructor

Length(
  1. num value,
  2. String unitSymbol
)

Constructs Length with the value and the unit

Implementation

Length(num value, String unitSymbol) : super(value, unitSymbol, L.dimension);