Dart
dart:html
RtcIceCandidate
sdpMid property
sdpMid
description
sdpMid
property
Null safety
String
?
sdpMid
Implementation
String? get sdpMid native;
void
sdpMid=
(
String
?
value
)
Implementation
set sdpMid(String? value) native;
Dart
dart:html
RtcIceCandidate
sdpMid property
RtcIceCandidate class
Constructors
RtcIceCandidate
Properties
candidate
hashCode
runtimeType
sdpMid
sdpMLineIndex
Methods
noSuchMethod
toString
Operators
operator ==