commentCount property
The number of comments on this portal item.
Implementation
int get commentCount {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PortalItem_getCommentCount(_handle, errorHandler);
});
}
The number of comments on this portal item.
int get commentCount {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PortalItem_getCommentCount(_handle, errorHandler);
});
}