selectedCandidatePairId property

String selectedCandidatePairId

Implementation

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

Implementation

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