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