$DigitalContentLabelTargetingOptionDetails.fromJson constructor

$DigitalContentLabelTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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