ChannelStatus constructor

ChannelStatus({
  1. bool? isChannelMonetizationEnabled,
  2. bool? isLinked,
  3. String? longUploadsStatus,
  4. bool? madeForKids,
  5. String? privacyStatus,
  6. bool? selfDeclaredMadeForKids,
})

Implementation

ChannelStatus({
  this.isChannelMonetizationEnabled,
  this.isLinked,
  this.longUploadsStatus,
  this.madeForKids,
  this.privacyStatus,
  this.selfDeclaredMadeForKids,
});