Area.inUnits constructor
Constructs a Area based on the value
and the conversion factor intrinsic to the passed units
.
Implementation
Area.inUnits(dynamic value, AreaUnits? units, [double uncert = 0.0])
: super(value, units ?? Area.squareMeters, uncert);