ChannelStatus constructor

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

Implementation

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