DnaCeremonyIntervalsResponseResult.fromJson constructor

DnaCeremonyIntervalsResponseResult.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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