LiveStreamSnippet constructor

LiveStreamSnippet({
  1. String? channelId,
  2. String? description,
  3. bool? isDefaultStream,
  4. DateTime? publishedAt,
  5. String? title,
})

Implementation

LiveStreamSnippet({
  this.channelId,
  this.description,
  this.isDefaultStream,
  this.publishedAt,
  this.title,
});