area property

  1. @override
double area
override

Returns the area of the Geometry Collection, which is always 0.0.

Implementation

@override
double get area => 0.0;