isChatAttachmentDownloadEnable property
bool
get
isChatAttachmentDownloadEnable
Implementation
bool get isChatAttachmentDownloadEnable => _isChatAttachmentDownloadEnable;
set
isChatAttachmentDownloadEnable
(bool value)
Implementation
set isChatAttachmentDownloadEnable(bool value) {
_isChatAttachmentDownloadEnable = value;
notifyListeners();
}