Traces class

A chain of multiple errors, where the first one on the list represents the root cause of the error.

Mixed in types
Annotations
  • @sealed
  • @immutable

Constructors

Traces(Iterable<Trace> traces)
const
Traces.fromMap(JsonMap map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isTrace bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traces Iterable<Trace>
final

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