isDefault property

  1. @override
bool get isDefault
override

Indicates whether this geographic area is in a default or empty state.

Checks if the geographic area contains default values that represent an uninitialized or empty state.

Returns

  • true when the area is in default/empty state, false otherwise.

Implementation

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