SearchAttachmentInGroup constructor

SearchAttachmentInGroup({
  1. String name = '',
  2. String desciption = '',
  3. String id = '',
  4. String url = '',
  5. String urlPreview = '',
  6. int typeAttachment = 0,
  7. String messageId = '',
  8. int sizeByte = 0,
  9. int durationSeconds = 0,
  10. int revoke = 0,
  11. String senderId = '',
  12. String receiperId = '',
  13. String roomId = '',
  14. String timeSend = '',
})

Implementation

SearchAttachmentInGroup(
    {this.name = '',
    this.desciption = '',
    this.id = '',
    this.url = '',
    this.urlPreview = '',
    this.typeAttachment = 0,
    this.messageId = '',
    this.sizeByte = 0,
    this.durationSeconds = 0,
    this.revoke = 0,
    this.senderId = '',
    this.receiperId = '',
    this.roomId = '',
    this.timeSend = ''});