Fault class sealed

Represents a fault that occurred during program execution

Implementers

Constructors

Fault.fromObjectAndStackTrace(Object object, StackTrace stackTrace)
Creates a Fault from an object and stack trace
factory

Properties

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
The stack trace associated with this fault
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