Reaction constructor

Reaction({
  1. List<String>? usernames,
})

Implementation

Reaction({
  this.usernames,
});