TextTrackImpl constructor

TextTrackImpl(
  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,
  13. 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);