menu
owl_sql package
documentation
runtime.dart
Expr<E>
or static method
or static method
dark_mode
light_mode
or
static method
Expr
<
bool
>
or
(
Iterable
<
Expr
<
bool
>
>
items
)
Implementation
static Expr<bool> or(Iterable<Expr<bool>> items) => OrExpr(items);
owl_sql package
documentation
runtime
Expr<E>
or static method
Expr class