candidate property
String
get
candidate
Implementation
String get candidate => js_util.getProperty(this, 'candidate');
set
candidate
(String newValue)
Implementation
set candidate(String newValue) {
js_util.setProperty(this, 'candidate', newValue);
}