Traces class
A chain of multiple errors, where the first one on the list represents the root cause of the error.
Constructors
-
Traces(Iterable<
Trace> traces) -
const
- Traces.fromMap(JsonMap map)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → JsonMap -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited