FilterByValue class abstract

Inheritance
Implementers

Constructors

FilterByValue(String key, String operand)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
operand String
final
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
where(String column, String table) String?
override

Operators

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