localCandidateId property

String localCandidateId

Implementation

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

Implementation

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