LCRelation<T extends LCObject> class

LeanCloud Relation.

This can be used to access all of the children of a many-to-many relationship. Each relation is associated with a particular parent object and key.

Constructors

LCRelation()

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
getter/setter pair
parent LCObject
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetClass String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query() LCQuery<T>
Constructs a LCQuery that is limited to LCObject in this relation.
toString() String
A string representation of this object.
inherited

Operators

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