valueTransformer property

RatingValueTransformer valueTransformer
final

Transformer that will mutate the original rating value. Return null will prevent the rating value from being fired in callbacks. Default to singleFractionalValueTransformer, which will round to the nearest single digit. For rounding to the nearest .5, consider halfFractionalValueTransformer, or rawValueTransformer to leave the value as is.

Implementation

final RatingValueTransformer valueTransformer;