VotingsListResponse constructor

VotingsListResponse({
  1. List<VotingsListResponseResult> result,
})

Implementation

VotingsListResponse({
  this.result,
});