ChannelVideo constructor

const ChannelVideo({
  1. String? kind,
  2. String? etag,
  3. Id? id,
  4. Snippet? snippet,
})

Implementation

const ChannelVideo({this.kind, this.etag, this.id, this.snippet});