localCandidateId property

String get localCandidateId

Implementation

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

Implementation

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