surveyActionTaken property

bool surveyActionTaken

Implementation

bool get surveyActionTaken {
  return _activeSurveyFromProperties.surveyActionTaken;
}
void surveyActionTaken=(bool value)

Implementation

set surveyActionTaken(bool value) {
  rewriteActiveSurvey(
    value,
    _activeSurveyFromProperties.surveyShownCount!,
  );
}