ChannelVideoModel constructor

const ChannelVideoModel({
  1. String? kind,
  2. String? etag,
  3. String? nextPageToken,
  4. String? regionCode,
  5. PageInfo? pageInfo,
  6. List<ChannelVideo>? videos,
})

Implementation

const ChannelVideoModel({
  this.kind,
  this.etag,
  this.nextPageToken,
  this.regionCode,
  this.pageInfo,
  this.videos,
});