isAttachmentEncrypted property
bool
get
isAttachmentEncrypted
Returns if a file events attachment is encrypted
Implementation
bool get isAttachmentEncrypted => content['file'] is Map;
Returns if a file events attachment is encrypted
bool get isAttachmentEncrypted => content['file'] is Map;