Bit<R, L> class
Constructors
-
Bit(BitWorker<
R, L> worker) -
Bit.stream(BitStreamWorker<
R, L> streamWorker, {dynamic onDispose()?})
Properties
-
asFuture
→ Future<
R> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
loading
→ Stream<
L> -
latefinal
-
result
→ Stream<
R> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamWorker
→ BitStreamWorker<
R, L> ? -
final
-
worker
→ BitWorker<
R, L> ? -
final
Methods
-
dispose(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
) → void -
resolve(
R value) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
L loadingValue) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited