UnknownAnimationStatus class

Exception thrown when the animation status cannot be determined.

This exception is used to indicate that an error occurred while attempting to retrieve the system's animation status. It includes optional details about the underlying error and its stack trace for debugging purposes.

Implemented types

Constructors

UnknownAnimationStatus({required Object error, StackTrace? stackTrace})
Creates an instance of UnknownAnimationStatus.

Properties

error Object
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
final

Methods

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

Operators

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