AttachmentsModel constructor

AttachmentsModel({
  1. String? name,
  2. String? desciption,
  3. String? id,
  4. String? urlPreView,
  5. String? messageId,
  6. String? url,
  7. int? typeAttachment,
  8. int? sizeByte,
  9. int? durationSeconds,
  10. int? revoke,
  11. String? attachId,
})

Implementation

AttachmentsModel({
  this.name,
  this.desciption,
  this.id,
  this.urlPreView,
  this.messageId,
  this.url,
  this.typeAttachment,
  this.sizeByte,
  this.durationSeconds,
  this.revoke,
  this.attachId,
});