hasAttachments property

bool get hasAttachments

Whether this message has attachments.

Implementation

bool get hasAttachments => attachments.isNotEmpty;