Reaction constructor

Reaction({
  1. String? emoji,
  2. String? reactor,
  3. String? name,
})

Implementation

Reaction({this.emoji, this.reactor, this.name});