UIDelegate<S, A> class
- Available extensions
Constructors
Properties
- disposableBag → DisposeBag
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
uiActionsSubject
→ BehaviorSubject<
A> -
final
-
uiStatesSubject
→ BehaviorSubject<
S> -
final
Methods
-
add(
S uiState) → dynamic -
addAction(
A uiAction) → dynamic -
cache<
T, R> (T input, R processor(T)) → R -
dispose(
) → dynamic -
getBuilder(
{required Widget builder(S)}) → StreamBuilder< S> -
Available on UIDelegate<
S, A> , provided by the UIDelegateExtensions extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uiActions(
) → Stream< A> -
uiStates(
) → Stream< S>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited