Reactions constructor

Reactions({
  1. String? reaction,
})

Implementation

Reactions({
  this.reaction,
});