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