isEmpty property
- @override
- @Deprecated('Use isDefault instead.')
override
Checks if the geographic area is empty.
Returns
- true if the area is empty, false otherwise.
Implementation
@override
@Deprecated('Use isDefault instead.')
bool get isEmpty => boundingBox.isEmpty;