Emoji constructor

Emoji(
  1. String name,
  2. String code
)

Implementation

Emoji(this.name, this.code);