averageRating property
The average rating of this portal item.
Implementation
double get averageRating {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PortalItem_getAverageRating(_handle, errorHandler);
});
}
The average rating of this portal item.
double get averageRating {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PortalItem_getAverageRating(_handle, errorHandler);
});
}