TopicSubscriptionUnsubscribing<N extends Object> class
final
- Implemented types
Constructors
-
TopicSubscriptionUnsubscribing({required TopicSubscriptionSubscribed<
N> subscribedState})
Properties
- completer → TopicSubscribtionCompleter
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- newSubscriptionRequestsCount ↔ int
-
Count of the subscriptions requests that are waiting for unsubscribe() call
to complete. If newSubscriptionRequestsCount == 0, then after unsubscribe
this subscription will be removed from registered subscriptions, while otherwise
it will get registered back in the backend service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subscribedState
→ TopicSubscriptionSubscribed<
N> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited