menu
tunder package
documentation
database.dart
Where
isNotIn method
isNotIn method
dark_mode
light_mode
isNotIn
method
Where
isNotIn
(
List
values
)
Alias of
notIn
. Builds a WHERE NOT IN query.
Implementation
Where isNotIn(List<dynamic> values) => notIn(values);
tunder package
documentation
database
Where
isNotIn method
Where class