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