Subscription class

Constructors

Subscription(Consumer consumer, Map<String, dynamic> params, {dynamic onData(dynamic)?, dynamic onCreated()?})

Properties

consumer Consumer
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
latefinal
onCreated ↔ (dynamic Function()?)
latefinal
onData ↔ (dynamic Function(dynamic)?)
latefinal
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
perform(String action, Map<String, dynamic> data) → dynamic
send(Map<String, dynamic> data) → dynamic
toString() String
A string representation of this object.
inherited
unsubscribe() → dynamic

Operators

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