EpochInfo constructor
const
EpochInfo({})
Implementation
const EpochInfo(
{required this.epoch,
required this.slotIndex,
required this.slotsInEpoch,
required this.absoluteSlot,
required this.blockHeight,
required this.transactionCount});