Emotion constructor

Emotion(
  1. String unique,
  2. String name
)

Implementation

Emotion(this.unique, this.name);