distance property

  1. @override
double distance
override

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

Implementation

@override
double get distance => 0.0;