Dart
dart:html
VideoTrack
selected property
selected
description
selected
property
Null safety
bool
?
selected
Implementation
bool? get selected native;
void
selected=
(
bool
?
value
)
Implementation
set selected(bool? value) native;
Dart
dart:html
VideoTrack
selected property
VideoTrack class
Properties
hashCode
id
kind
label
language
runtimeType
selected
sourceBuffer
Methods
noSuchMethod
toString
Operators
operator ==