SubscriptionCancelSurveyResult constructor

SubscriptionCancelSurveyResult({
  1. int? cancelSurveyReason,
  2. String? userInputCancelReason,
})

Implementation

SubscriptionCancelSurveyResult({
  this.cancelSurveyReason,
  this.userInputCancelReason,
});