ChannelStatistics constructor

ChannelStatistics({
  1. String? commentCount,
  2. bool? hiddenSubscriberCount,
  3. String? subscriberCount,
  4. String? videoCount,
  5. String? viewCount,
})

Implementation

ChannelStatistics({
  this.commentCount,
  this.hiddenSubscriberCount,
  this.subscriberCount,
  this.videoCount,
  this.viewCount,
});