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