Defines the slot range to return block production for.
const SlotRange({ required this.firstSlot, this.lastSlot, }) : assert(firstSlot >= 0 && (lastSlot == null || lastSlot >= 0));