isEmpty property
Indicates if the immutable point collection contains no points.
Implementation
bool get isEmpty {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ImmutablePointCollection_getIsEmpty(
_handle, errorHandler);
});
}