asSquareCentimeter property

Area get asSquareCentimeter

Returns a new Area object representing this area in Square Centimeters (cm²).

Implementation

Area get asSquareCentimeter => convertTo(AreaUnit.squareCentimeter);