tcpType property

Implementation

RTCIceTcpCandidateType? get tcpType {
  final ret = js_util.getProperty(this, 'tcpType');

  return ret == null ? null : RTCIceTcpCandidateType.fromValue(ret);
}