RelationsSearchParameters class

Constructors

RelationsSearchParameters({required String rootId, required EntityType rootType, EntitySearchDirection direction = EntitySearchDirection.FROM, RelationTypeGroup? relationTypeGroup, 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
relationTypeGroup RelationTypeGroup?
getter/setter pair
rootId String
getter/setter pair
rootType EntityType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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