clone method

Emoji clone()

Implementation

Emoji clone() {
  return Emoji(name, code);
}