Result constructor

Result({
  1. String? event,
  2. String? username,
})

Implementation

Result({
  this.event,
  this.username,
});