CommonOnceObserveNotificationResult<M extends ObserveModel, R extends ObserverHandleContextsResultModel<M>> class

Implementers

Constructors

CommonOnceObserveNotificationResult({required ObserverWidgetObserveResultType type, required M? observeResult, required Map<BuildContext, M> observeAllResult})

Properties

hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
no setter
observeAllResult Map<BuildContext, M>
Observation result map. Corresponding to onObserveAll in ObserverWidget.
final
observeResult → M?
Observation result for first sliver. Corresponding to onObserve in ObserverWidget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → ObserverWidgetObserveResultType
Observation result type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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