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