FeedbackContent constructor

FeedbackContent(
  1. String email,
  2. String text,
  3. double timestamp,
  4. int feedbackNo,
)

Constructor

Implementation

FeedbackContent(this.email, this.text, this.timestamp, this.feedbackNo);