AlertFeedback constructor

AlertFeedback({
  1. String? alertId,
  2. String? createTime,
  3. String? customerId,
  4. String? email,
  5. String? feedbackId,
  6. String? type,
})

Implementation

AlertFeedback({
  this.alertId,
  this.createTime,
  this.customerId,
  this.email,
  this.feedbackId,
  this.type,
});