inList method
Implementation
AppAmbitCmsQuery<T> inList(String field, List<String> values) {
_nativeFilters.add({'type': 'inList', 'field': field, 'value': values});
return this;
}
AppAmbitCmsQuery<T> inList(String field, List<String> values) {
_nativeFilters.add({'type': 'inList', 'field': field, 'value': values});
return this;
}