SnapError class
The error representation
- Annotations
Constructors
- SnapError({required dynamic error, StackTrace? stackTrace, required VoidCallback refresher})
-
The error representation
const
Properties
- error → dynamic
-
The error
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- refresher → VoidCallback
-
callback use to reinvoke the last computation that causes the error
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The latest stack trace object .
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.
override