ScrollViewOnceObserveNotificationResult class

Inheritance

Constructors

ScrollViewOnceObserveNotificationResult({required ObserverWidgetObserveResultType type, required SliverObserverHandleContextsResultModel<ObserveModel> observeResult})

Properties

hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
no setterinherited
observeAllResult Map<BuildContext, ObserveModel>
Observation result map. Corresponding to onObserveAll in ObserverWidget.
finalinherited
observeResult ObserveModel?
Observation result for first sliver. Corresponding to onObserve in ObserverWidget.
finalinherited
observeViewportResultModel SliverViewportObserveModel?
Getting all slivers those are displayed in viewport.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → ObserverWidgetObserveResultType
Observation result type.
finalinherited

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