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