ValidatorInfo constructor
ValidatorInfo({})
Implementation
ValidatorInfo({
required this.name,
required this.suiAddress,
required this.votingPower,
required this.commissionRate,
required this.nextEpochStake,
required this.stakingPoolSuiBalance,
required this.poolTokenBalance,
});