AllOfFilter class

Filter to check if a CollectionDataEntity contains all of the values in value

Inheritance

Constructors

AllOfFilter({required String fieldId, required CollectionFilterableMixin value})
Creates a Filter that checks if GridField with fieldId value contains all of the values present in values
const

Properties

fieldId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
operator → _FieldOperator
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value FilterableMixin
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates a Map Object that can be send to the Backend. (Should be json encoded)
inherited
toString() String
A string representation of this object.
inherited

Operators

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