candidateId property

int get candidateId

ID of the candidate to select.

Implementation

int get candidateId => _wrapped.candidateID;
set candidateId (int v)

Implementation

set candidateId(int v) {
  _wrapped.candidateID = v;
}