hasMentionedMe method

bool hasMentionedMe()

Implementation

bool hasMentionedMe() {
  return _hasMentionedMe ?? false;
}