isNotEmpty property

bool isNotEmpty

True if this geometry is NOT considered empty without data or coordinates.

Implementation

bool get isNotEmpty => !isEmpty;