ComputeManifestParams constructor

const ComputeManifestParams(
  1. {required String videoId,
  2. required bool subtitlesCached,
  3. ClosedCaptionManifest? closedCaptionsManifest}
)

Initialise this object.

Implementation

const ComputeManifestParams({
  required this.videoId,
  required this.subtitlesCached,
  this.closedCaptionsManifest,
});