getArea method

double getArea()

Get the calculated area of this shape.

Implementation

double getArea() => _shape.getArea();