candidate property

RTCIceCandidate? candidate

Implementation

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

Implementation

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