$UserRewardedContentTargetingOptionDetails.fromJson constructor

$UserRewardedContentTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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