$DigitalContentLabelAssignedTargetingOptionDetails.fromJson constructor

$DigitalContentLabelAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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