isRated method

bool isRated()

Return whether there is a rating value available.

Implementation

bool isRated() => _value != null;