TextTrackImpl constructor
TextTrackImpl(
- String? id,
- int uid,
- String? label,
- String? language,
- String? kind,
- String? inBandMetadataTrackDispatchType,
- TextTrackReadyState readyState,
- TextTrackType type,
- Cues cues,
- Cues activeCues,
- String? source,
- bool isForced,
- TextTrackMode _mode,
Implementation
TextTrackImpl(super.id, super.uid, super.label, super.language, super.kind, super.inBandMetadataTrackDispatchType, super.readyState, super.type, super.cues, super.activeCues, super.source, super.isForced, this._mode);