InitializeRequest constructor

InitializeRequest({
  1. int? playerId,
  2. String? url,
  3. Map<String?, String?>? headers,
  4. bool? autoPlay,
  5. bool? looping,
  6. bool? allowBackgroundPlayback,
  7. bool? enableCaching,
  8. String? libraryId,
  9. String? accessKey,
  10. String? videoId,
})

Implementation

InitializeRequest({
  this.playerId,
  this.url,
  this.headers,
  this.autoPlay,
  this.looping,
  this.allowBackgroundPlayback,
  this.enableCaching,
  this.libraryId,
  this.accessKey,
  this.videoId,
});