remote property
RTCIceCandidate
get
remote
Implementation
RTCIceCandidate get remote => js_util.getProperty(this, 'remote');
set
remote
(RTCIceCandidate newValue)
Implementation
set remote(RTCIceCandidate newValue) {
js_util.setProperty(this, 'remote', newValue);
}