DnaCeremonyIntervalsResponseResult.fromJson constructor
Implementation
factory DnaCeremonyIntervalsResponseResult.fromJson(
Map<String, dynamic> json) =>
DnaCeremonyIntervalsResponseResult(
flipLotteryDuration: json["FlipLotteryDuration"],
shortSessionDuration: json["ShortSessionDuration"],
longSessionDuration: json["LongSessionDuration"],
);