GetVoteAccounts constructor

GetVoteAccounts({
  1. List<Current>? current,
  2. List<Delinquent>? delinquent,
})

Implementation

GetVoteAccounts({this.current, this.delinquent});