ChannelAuditDetails.fromJson constructor
ChannelAuditDetails.fromJson(
- 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?,
);