BinderState<T> class abstract

Constructors

BinderState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cloneWith(ObservableLocator locator) BinderState<T>
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observe() → T
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create<T, S>({required StateBuilder<T, S> computeState, required ObserveCallback<T, S> observeFrom, DisposeCallback<S>? disposeState, T? pendingValue, ErrorBuilder<T>? catchError, Equals<T>? equals, DisposeCallback<T>? disposeValue, required Object key, required ObservableLocator locator}) BinderState<T>