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