equals method
Creates an Expression checking if the value in the column equals the specified value.
Implementation
Expression equals(T value) {
return _EqualsExpression(this, _encodeValueForQuery(value));
}
Creates an Expression checking if the value in the column equals the specified value.
Expression equals(T value) {
return _EqualsExpression(this, _encodeValueForQuery(value));
}