PostFrameResult<T> class
Represents the outcome of a post-frame scheduled task.
Constructors
-
PostFrameResult({T? value, required bool canceled, Object? error, StackTrace? stackTrace, required int endOfFramePassesWaited, required int scrollMetricWaitFrames, required int totalFramesWaited, required List<
ScrollController> controllers}) -
const
Properties
- canceled → bool
-
final
-
controllers
→ List<
ScrollController> -
final
- endOfFramePassesWaited → int
-
final
- error → Object?
-
final
- hasError → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollMetricWaitFrames → int
-
final
- stackTrace → StackTrace?
-
final
- totalFramesWaited → int
-
final
- value → T?
-
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