$YoutubeVideoDetails constructor

$YoutubeVideoDetails({
  1. String? id,
  2. String? unavailableReason,
})

Implementation

$YoutubeVideoDetails({
  this.id,
  this.unavailableReason,
});