StakeAccount constructor
const
StakeAccount({
- required StakeAccountType type,
- required StakeAccountInfo? info,
Stake Account Information.
Implementation
const StakeAccount({required this.type, required this.info});