get method

Emoji get(
  1. String name
)

Implementation

Emoji get(String name) =>
    _emojisByName[EmojiUtil.stripColons(name)] ?? Emoji.None;