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