Dart SDK
dart:html
MediaStreamTrackEvent
property supported
supported
class MediaStreamTrackEvent
Constructors
internal_
Properties
track
bubbles
cancelable
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
scoped
target
timeStamp
type
Methods
deepPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported