LoadRelationsQueryBuilder<R> class

This class does not support relation types other than Map for now.

Properties

hashCode int
The hash code for this object.
no setterinherited
offset int
getter/setter pair
pagedQueryBuilder PagedQueryBuilder
getter/setter pair
pageSize int
getter/setter pair
properties List<String>?
getter/setter pair
relationName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortBy List<String>?
getter/setter pair

Methods

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

Operators

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

Static Methods

of<R>(String relationName) LoadRelationsQueryBuilder<R>