remote property

Implementation

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

Implementation

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