StackTraceMapper class abstract interface

A class for mapping JS stack traces to Dart stack traces using source maps.

Constructors

StackTraceMapper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

mapStackTrace(StackTrace trace) StackTrace
Converts trace into a Dart stack trace.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
Returns a Map representation which is suitable for JSON serialization.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited