has method

bool has(
  1. String name
)

Implementation

bool has(String name) => _emojisByName.containsKey(EmojiUtil.stripColons(name));