candidate property

String get candidate

The candidate

Implementation

String get candidate => _wrapped.candidate;
set candidate (String v)

Implementation

set candidate(String v) {
  _wrapped.candidate = v;
}