DigitalContentLabelAssignedTargetingOptionDetails.fromJson constructor
DigitalContentLabelAssignedTargetingOptionDetails.fromJson(
- Map json_
Implementation
DigitalContentLabelAssignedTargetingOptionDetails.fromJson(core.Map json_)
: this(
excludedContentRatingTier:
json_.containsKey('excludedContentRatingTier')
? json_['excludedContentRatingTier'] as core.String
: null,
);