SubxMap class
Properties
-
length
→ int
-
Return the number of StreamSubscriptions
read-only
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
add(Object key, StreamSubscription value)
→ SubxMap
-
Add or update a StreamSubscription to the list with a specified key.
Will unsubscribe a Subscription when updating a existing key. [...]
-
cancelAll()
→ void
-
Cancel all StreamSubscriptions and remove them from the list [...]
-
cancelForKey(Object key)
→ Future<bool>
-
Cancel a StreamSubscription with a specified key and remove it from list [...]
-
containsSubscription(StreamSubscription subscription)
→ bool
-
Returns a boolean indicating whether an subscription exists or not. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator [](Object key)
→ StreamSubscription
-
Return a StreamSubscription from the list with a specified key [...]
-
operator ==(dynamic other)
→ bool
-
The equality operator. [...]
inherited