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