TextTrack constructor

TextTrack(
  1. String? _id,
  2. int _uid,
  3. String? _label,
  4. String? _language,
  5. String? _kind,
  6. String? _inBandMetadataTrackDispatchType,
  7. TextTrackReadyState _readyState,
  8. TextTrackType _type,
  9. Cues _cues,
  10. Cues _activeCues,
  11. String? _source,
  12. bool _isForced,
)

Implementation

TextTrack(super._id, super._uid, super._label, super._language, super._kind, this._inBandMetadataTrackDispatchType, this._readyState, this._type, this._cues, this._activeCues, this._source, this._isForced);