TextWhereCondition class

The where condition item for text.

It is recommended to use DateColumnWhereCondition or ColumnWhereCondition instead of this one, because different platforms may have different syntax.

If you are an advanced user and insist on using it, please understand the following:

  • Android: How to write where with ContentResolver.
  • iOS/macOS: How to format NSPredicate.
Inheritance

Constructors

TextWhereCondition(String text, {LogicalType type = LogicalType.and})
The where condition item for text.

Properties

hashCode int
The hash code for this object.
no setterinherited
logicalType LogicalType
The logical operator used in the CustomFilter.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text of the condition.
final

Methods

display() String
Same text is converted, no readable.
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