Result constructor Null safety

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

Implementation

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