BugError class
BugError - Error State
Represents an error state when a bug-related operation fails.
Parameters:
- message: Description of the error.
Usage:
- Display an error message in the UI when this state is emitted.
Constructors
Properties
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