SurveyInfo constructor

SurveyInfo({
  1. int? surveyCPA,
  2. int? surveyIR,
  3. int? surveyLOI,
  4. String? surveyClass,
  5. String? rewardName,
  6. int? rewardValue,
  7. int? remainingCompletes,
})

Implementation

SurveyInfo(
    {this.surveyCPA,
    this.surveyIR,
    this.surveyLOI,
    this.surveyClass,
    this.rewardName,
    this.rewardValue,
    this.remainingCompletes});