protocol property
RTCIceProtocol?
get
protocol
Implementation
RTCIceProtocol? get protocol {
final ret = js_util.getProperty(this, 'protocol');
return ret == null ? null : RTCIceProtocol.fromValue(ret);
}