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