$KeywordAssignedTargetingOptionDetails.fromJson constructor
$KeywordAssignedTargetingOptionDetails.fromJson(
- Map json_
Implementation
$KeywordAssignedTargetingOptionDetails.fromJson(core.Map json_)
: this(
keyword: json_['keyword'] as core.String?,
negative: json_['negative'] as core.bool?,
);