ChannelAuditDetails.fromJson constructor

ChannelAuditDetails.fromJson(
  1. Map json_
)

Implementation

ChannelAuditDetails.fromJson(core.Map json_)
  : this(
      communityGuidelinesGoodStanding:
          json_['communityGuidelinesGoodStanding'] as core.bool?,
      contentIdClaimsGoodStanding:
          json_['contentIdClaimsGoodStanding'] as core.bool?,
      copyrightStrikesGoodStanding:
          json_['copyrightStrikesGoodStanding'] as core.bool?,
    );