ChatAttachmentConsentModel.fromJson constructor
Implementation
factory ChatAttachmentConsentModel.fromJson(Map<String, dynamic> json) {
return ChatAttachmentConsentModel(
chatAttachmentDownloadConsent: json['chat_attachment_download_consent'],
);
}