Pulse<T> class

Constructors

Pulse(String key, PulseSource<T> source)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
latestValue → AsyncValue<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → PulseSource<T>
final

Methods

fetchData() Future<void>
hydrate() Future<void>
listen(PulseListener<T> listener) StreamSubscription
mutate(T response) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retry() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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