Area constructor

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

Constructs Area with the value and the unit

Implementation

Area(num value, String unitSymbol) : super(value, unitSymbol, _A._dimension);