candidate property
String?
get
candidate
Implementation
_i2.String? get candidate => _i4.getProperty(
this,
'candidate',
);
set
candidate
(String? value)
Implementation
set candidate(_i2.String? value) {
_i4.setProperty(
this,
'candidate',
value ?? _i6.undefined,
);
}