isEmpty property

  1. @override
bool get isEmpty
override

Checks if the geographic area is empty.

Returns

  • true if the area is empty, false otherwise.

Implementation

@override
bool get isEmpty => radius == 0;