VoteAccountStatus constructor

const VoteAccountStatus({
  1. required List<VoteAccountInfo> current,
  2. required List<VoteAccountInfo> delinquent,
})

Implementation

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