haveContent property

bool haveContent

Weither the message have content.

Implementation

bool get haveContent => content != null && content!.isNotEmpty;