ResEmotion constructor

ResEmotion(
  1. String unique,
  2. String name,
  3. String res
)

Implementation

ResEmotion(String unique, String name, this.res) : super(unique, name);