VoteAccountStatus constructor
const
VoteAccountStatus({
- required List<
VoteAccount> current, - required List<
VoteAccount> delinquent,
Current and delinquent vote accounts.
Implementation
const VoteAccountStatus({
required this.current,
required this.delinquent,
});