Filterable<QueryType> class
abstract
A type that helps with filtering objects from database queries.
- Implementers
Constructors
- Filterable(QueryType _query, Type _type)
- Creates a new filterable.
Properties
Methods
-
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