VoteAccounts constructor
const
VoteAccounts({
- required List<
VoteAccount> current, - required List<
VoteAccount> delinquent,
Implementation
const VoteAccounts({required this.current, required this.delinquent});