DnaCeremonyIntervalsResponseResult constructor

DnaCeremonyIntervalsResponseResult({
  1. int flipLotteryDuration,
  2. int shortSessionDuration,
  3. int longSessionDuration,
})

Implementation

DnaCeremonyIntervalsResponseResult({
  this.flipLotteryDuration,
  this.shortSessionDuration,
  this.longSessionDuration,
});