EventInfoDTO constructor

const EventInfoDTO({
  1. String? displayMessage,
  2. EventOutcomeDTO? outcome,
})

Implementation

const EventInfoDTO({
  this.displayMessage,
  this.outcome,
});