hasAttachments property
bool
get
hasAttachments
Whether message has attachments.
Implementation
bool get hasAttachments => attachments.isNotEmpty;
Whether message has attachments.
bool get hasAttachments => attachments.isNotEmpty;