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