Tests whether this value is less than or equal to the bound value.
Expr<bool?> lte(T value) => _compare( '<=', ParameterNode(codec.encode(value), storageType: codec.sqlType), );