IntCandidates constructor

IntCandidates({
  1. List<String>? candidates,
})

Implementation

IntCandidates({
  this.candidates,
});