$UserRewardedContentTargetingOptionDetails.fromJson constructor

$UserRewardedContentTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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