PlaylistItemSnippet constructor

PlaylistItemSnippet({
  1. String? channelId,
  2. String? channelTitle,
  3. String? description,
  4. String? playlistId,
  5. int? position,
  6. DateTime? publishedAt,
  7. ResourceId? resourceId,
  8. ThumbnailDetails? thumbnails,
  9. String? title,
  10. String? videoOwnerChannelId,
  11. String? videoOwnerChannelTitle,
})

Implementation

PlaylistItemSnippet({
  this.channelId,
  this.channelTitle,
  this.description,
  this.playlistId,
  this.position,
  this.publishedAt,
  this.resourceId,
  this.thumbnails,
  this.title,
  this.videoOwnerChannelId,
  this.videoOwnerChannelTitle,
});