FeedbackSupport constructor

FeedbackSupport({
  1. bool? isFeedbackSupport,
  2. String? emailId,
  3. String? feedbackTitle,
  4. String? feedbackMessage,
  5. String? emailSubject,
  6. String? emailMessage,
})

Implementation

FeedbackSupport(
    {this.isFeedbackSupport,
      this.emailId,
      this.feedbackTitle,
      this.feedbackMessage,
      this.emailSubject,
      this.emailMessage});