none method

Expr<bool?> none()

Builds the negation of any, without loading the related rows.

Implementation

Expr<bool?> none() => any().not();