InflationReward constructor
const
InflationReward({})
Implementation
const InflationReward(
{required this.epoch,
required this.effectiveSlot,
required this.amount,
required this.postBalance,
required this.commission});