Subscription<T extends ParseObject> class
Constructors
-
Subscription(QueryBuilder<
T> query, int requestId, {T? copyObject})
Properties
- copyObject → T?
-
read-only
-
eventCallbacks
↔ Map<
String, Function> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
query
↔ QueryBuilder<
T> -
read / write
- requestId ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
LiveQueryEvent op, Function callback) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited