ChatAttachmentConsentModel constructor

ChatAttachmentConsentModel({
  1. required bool chatAttachmentDownloadConsent,
})

Implementation

ChatAttachmentConsentModel({required this.chatAttachmentDownloadConsent});