IdFilter class

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

Inheritance

Constructors

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

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
The name of the filter field.
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
Deserializes the JSON data to the model.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
Serializes the model to JSON.
inherited
toString() String
Converts this filter directly to a JSON string.
inherited

Operators

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