EchatVisEvtModel constructor

EchatVisEvtModel({
  1. String? eventId,
  2. String? title,
  3. String? content,
  4. String? imageUrl,
  5. String? urlForVisitor,
  6. String? urlForStaff,
  7. String? memo,
  8. int dedup = 1,
  9. int visibility = 1,
  10. int customizeMsgType = 1,
})

Implementation

EchatVisEvtModel({
  this.eventId,
  this.title,
  this.content,
  this.imageUrl,
  this.urlForVisitor,
  this.urlForStaff,
  this.memo,
  this.dedup = 1,
  this.visibility = 1,
  this.customizeMsgType = 1,
});