ChannelAuditDetails constructor

ChannelAuditDetails({
  1. bool? communityGuidelinesGoodStanding,
  2. bool? contentIdClaimsGoodStanding,
  3. bool? copyrightStrikesGoodStanding,
})

Implementation

ChannelAuditDetails({
  this.communityGuidelinesGoodStanding,
  this.contentIdClaimsGoodStanding,
  this.copyrightStrikesGoodStanding,
});