ratingCount property

int ratingCount

The number of ratings on the portal item.

For internal use only. When the user adds their item rating, the number of ratings needs to be incremented.

Implementation

int get ratingCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_PortalItem_getRatingCount(_handle, errorHandler);
  });
}