LIKE class

A RelationalQuery: Filter property values which are like (similar) to value.

From the Ditto docs:

The like operator provides some regular expression capabilities for pattern matching Strings.

The following expressions are supported:

*ends_with => match at the end of a specific String.

starts_with* => match at the beginning of a specific String.

contains => match if contains a specific String.

Th?ng => match for a wildcard character.

Inheritance

Constructors

LIKE(String jsonPointer, Val value)
Creates a LIKE (similar) operator.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonPointer String
The JSON Pointer to the value in the model.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ _RelationalOperatorType
The method of comparison between the values.
getter/setter pairinherited
value Val
The value to which the value at jsonPointer is compared to.
getter/setter pairinherited

Methods

generateString() String
Returns the stored information in this QueryParam ready to use in a request.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited