Builds a WHERE NOT IN query.
Where notIn(List<dynamic> values) { this.value = values; this.operator = 'NOT IN'; return this; }