EventOutcomeDTO constructor

const EventOutcomeDTO({
  1. String? result,
  2. String? reason,
})

Implementation

const EventOutcomeDTO({
  this.result,
  this.reason,
});