menu
orm package
documentation
sql.dart
Relation<R, F extends Fields>
none method
none method
dark_mode
light_mode
none
method
Expr
<
bool
?
>
none
(
)
Builds the negation of
any
, without loading the related rows.
Implementation
Expr<bool?> none() => any().not();
orm package
documentation
sql
Relation<R, F extends Fields>
none method
Relation class