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