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