hasAttachments property

bool get hasAttachments

Whether message has attachments.

Implementation

bool get hasAttachments => attachments.isNotEmpty;