remoteCandidateId property

String get remoteCandidateId

Implementation

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

Implementation

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