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