WhereConditionItem class abstract

{@template PM.column_where_condition}

Implementers

Constructors

WhereConditionItem({LogicalType logicalType = LogicalType.and})
The default constructor.
WhereConditionItem.text(String text, {LogicalType type = LogicalType.and})
Create a WhereConditionItem from a text.
factory

Properties

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

Methods

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

Static Properties

platformConditions List<String>
The platform values.
final