candidate property

String candidate

Implementation

String get candidate => js_util.getProperty(this, 'candidate');
void candidate=(String newValue)

Implementation

set candidate(String newValue) {
  js_util.setProperty(this, 'candidate', newValue);
}