menu
tunder package
documentation
database.dart
Query<T>
or method
or method
dark_mode
light_mode
or
method
Query
<
T
>
or
(
Where
where
)
Implementation
Query<T> or(Where where) => add(where..boolOperator = 'OR');
tunder package
documentation
database
Query<T>
or method
Query class