SuperPlayerModel constructor

SuperPlayerModel({
  1. int? appId,
  2. String? url,
  3. List<SuperPlayerURL>? multiURLs,
  4. int? playDefaultIndex,
  5. SuperPlayerVideoId? videoId,
  6. SuperPlayerVideoIdV2? videoIdV2,
  7. String? title,
})

Implementation

SuperPlayerModel({
  this.appId,
  this.url,
  this.multiURLs,
  this.playDefaultIndex,
  this.videoId,
  this.videoIdV2,
  this.title,
});