GuidFilter class

Inheritance

Constructors

GuidFilter(String fieldName)

Properties

equal String?
Query all records that has a specific id
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inList List<String>?
Query all records that has id is in this list
getter/setter pairinherited
name String
finalinherited
notEqual String?
Query all records that have id is different from this value
getter/setter pairinherited
notInList List<String>?
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