EpochSchedule constructor
const
EpochSchedule({})
Implementation
const EpochSchedule({
required this.slotsPerEpoch,
required this.leaderScheduleSlotOffset,
required this.warmup,
required this.firstNormalEpoch,
required this.firstNormalSlot,
});