Inheritance
  • Object
  • Interceptor
  • TrackDefault
Annotations
  • @DocsEditable()
  • @DomName('TrackDefault')
  • @Experimental()
  • @Native("TrackDefault")

Constructors

TrackDefault(String type, String language, String label, List<String> kinds, [ String byteStreamTrackID ])
factory

Properties

byteStreamTrackID String
@DocsEditable(), @DomName('TrackDefault.byteStreamTrackID'), @Experimental(), final
kinds List<String>
@DocsEditable(), @DomName('TrackDefault.kinds'), @Experimental(), final
label String
@DocsEditable(), @DomName('TrackDefault.label'), @Experimental(), final
language String
@DocsEditable(), @DomName('TrackDefault.language'), @Experimental(), final
type String
@DocsEditable(), @DomName('TrackDefault.type'), @Experimental(), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited