VoteAccounts constructor

const VoteAccounts({
  1. required List<VoteAccount> current,
  2. required List<VoteAccount> delinquent,
})

Implementation

const VoteAccounts({
  required this.current,
  required this.delinquent,
});