averageRating property

double averageRating

The average rating of this portal item.

Implementation

double get averageRating {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_PortalItem_getAverageRating(_handle, errorHandler);
  });
}