LCRelation<T extends LCObject> class
Null safety
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
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key ↔ String
-
read / write
- parent ↔ LCObject
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- targetClass ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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