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