commentCount property

int commentCount

The number of comments on this portal item.

Implementation

int get commentCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_PortalItem_getCommentCount(
      _handle,
      errorHandler,
    );
  });
}