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