FilterByField class Models

Inheritance

Constructors

FilterByField(String key, String operand, String _value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
finalinherited
operand String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(String column, String table) String?
inherited
toString() String
A string representation of this object.
inherited
transform(String column, String table) String
inherited
value(String column, String table) String
override
where(String column, String table) String?
inherited

Operators

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