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