couchbase_lite
couchbase_lite
Expression
and method
and
couchbase_lite
couchbase_lite
Expression
and method
Expression class
Constructors
all
booleanValue
doubleValue
intValue
negated
not
property
string
value
Properties
internalExpressionStack
hashCode
runtimeType
Methods
add
and
between
divide
equalTo
from
greaterThan
greaterThanOrEqualTo
In
isNot
isNullOrMissing
lessThan
lessThanOrEqualTo
like
modulo
multiply
notEqualTo
notNullOrMissing
or
regex
subtract
toJson
noSuchMethod
toString
Operators
operator ==
and method
Expression
and
(
Expression
expression
)
Implementation
Expression and(Expression expression) { return _addExpression("and", expression); }