ParseLiveQuerySubscription class

Constructors

ParseLiveQuerySubscription({String? clientId, int? requestId, ParseQuery<ParseObject>? parseQuery})

Properties

clientId String?
final
hashCode int
The hash code for this object.
no setterinherited
mapOperationCallback Map<String, ParseLiveQueryCallback?>
final
parseQuery ParseQuery<ParseObject>?
final
requestId int?
final
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(ParseLiveQueryEvent op, {ParseLiveQueryCallback? callback}) → void
toString() String
A string representation of this object.
override

Operators

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