segmentCount property
The count of segments in the part.
Implementation
int get segmentCount {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ImmutablePart_getSegmentCount(
_handle,
errorHandler,
);
});
}