hasVisibleContent property
bool
get
hasVisibleContent
Implementation
bool get hasVisibleContent => text.trim().isNotEmpty || attachments.isNotEmpty;
bool get hasVisibleContent => text.trim().isNotEmpty || attachments.isNotEmpty;