state property

The current state.

Implementation

@override
RateExperienceState get state {
  debugPrint(_state.toString());
  return _state;
}