Channel constructor

Channel({
  1. String? channelId,
  2. String? title,
  3. String? thumbnail,
  4. String? videoCount,
})

Implementation

Channel({this.channelId, this.title, this.thumbnail, this.videoCount});