Subscription<T extends ParseObject> class

Constructors

Subscription(QueryBuilder<T> query, int requestId, {T? copyObject})

Properties

copyObject → T?
no setter
eventCallbacks Map<String, Function>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
query QueryBuilder<T>
getter/setter pair
requestId int
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
on(LiveQueryEvent op, Function callback) → void
toString() String
A string representation of this object.
inherited

Operators

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