selectedCandidatePairId property

String get selectedCandidatePairId

Implementation

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

Implementation

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