local property

Implementation

RTCIceCandidate get local => js_util.getProperty(this, 'local');
void local=(RTCIceCandidate newValue)

Implementation

set local(RTCIceCandidate newValue) {
  js_util.setProperty(this, 'local', newValue);
}