VotesQuery constructor

VotesQuery(
  1. CommunitiesIds ids
)

Implementation

VotesQuery(CommunitiesIds ids) {
  this.ids = ids;
}