isAttachmentEncrypted property

bool get isAttachmentEncrypted

Returns if a file events attachment is encrypted

Implementation

bool get isAttachmentEncrypted => content['file'] is Map;