keywords static method

ContextTargeting keywords(
  1. List<String> keywords
)

Implementation

static ContextTargeting keywords(List<String> keywords) {
  return ContextTargeting._({'keyword': List<String>.from(keywords)});
}