IdFilter class

This class defines filter operations for ID (primary key, foreign key) fields that is in int type

Inheritance

Constructors

IdFilter(String fieldName)

Properties

equal int?
Query all records that has a specific id
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inList List<int>?
Query all records that has id is in this list
getter/setter pairinherited
name String
finalinherited
notEqual int?
Query all records that have id is different from this value
getter/setter pairinherited
notInList List<int>?
Query all records that has id is not in this list
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJSON(dynamic json) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
inherited
toString() String
Convert this filter directly to JSON string
inherited

Operators

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