ReplaceNegativeKeywordsResponse constructor

ReplaceNegativeKeywordsResponse({
  1. List<NegativeKeyword>? negativeKeywords,
})

Implementation

ReplaceNegativeKeywordsResponse({
  this.negativeKeywords,
});