hasReactions property
bool
get
hasReactions
Whether this message has reactions.
Implementation
bool get hasReactions => reactions.isNotEmpty;
Whether this message has reactions.
bool get hasReactions => reactions.isNotEmpty;