remoteCandidateId property

String remoteCandidateId

Implementation

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

Implementation

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