VideoStat constructor
VideoStat({
- VideoStatsContentDetails? contentDetails,
- String? etag,
- String? id,
- String? kind,
- VideoStatsSnippet? snippet,
- VideoStatsStatistics? statistics,
Implementation
VideoStat({
this.contentDetails,
this.etag,
this.id,
this.kind,
this.snippet,
this.statistics,
});