isAttachmentEncrypted property

bool isAttachmentEncrypted

Returns if a file events attachment is encrypted

Implementation

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