ResourceId constructor

ResourceId({
  1. String? channelId,
  2. String? kind,
  3. String? playlistId,
  4. String? videoId,
})

Implementation

ResourceId({
  this.channelId,
  this.kind,
  this.playlistId,
  this.videoId,
});