hasEmoji method

bool hasEmoji()

Implementation

bool hasEmoji() {
  return RegExp(EMOJIS_REGEX).hasMatch(this);
}