ErrorReport class

as Exception are impossible to work with thanks to the apprach factory Foo() => _Foo(); this wrapper should allow to handle assertion as Error

Inheritance
Implemented types
Available Extensions

Constructors

ErrorReport({Object? report, StackTrace? stackTrace})
the constructor cannot be constant

Properties

hashCode int
The hash code for this object.
no setterinherited
report Object?
the argument are meant to mirror the output of on Exception catch (e,s) {}
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
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