EntitySearchQueryFilter class abstract

Inheritance
Implementers

Constructors

EntitySearchQueryFilter({required EntityId rootEntity, String? relationType, EntitySearchDirection direction = EntitySearchDirection.FROM, int maxLevel = 1, bool fetchLastLevelOnly = false})

Properties

direction EntitySearchDirection
getter/setter pair
fetchLastLevelOnly bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxLevel int
getter/setter pair
relationType String?
getter/setter pair
rootEntity EntityId
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

entitySearchQueryFilterString([String? toStringBody]) String
getType() EntityFilterType
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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