VideoStat constructor

VideoStat({
  1. VideoStatsContentDetails? contentDetails,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. VideoStatsSnippet? snippet,
  6. VideoStatsStatistics? statistics,
})

Implementation

VideoStat({
  this.contentDetails,
  this.etag,
  this.id,
  this.kind,
  this.snippet,
  this.statistics,
});