$KeywordAssignedTargetingOptionDetails.fromJson constructor

$KeywordAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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