StackTraceFormatter class

Properties

hashCode int
The hash code for this object.
no setterinherited
invertFrameNumbers bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFrameNumbers bool
final
useRelativePathsIfShorter bool
final

Methods

format(StackTrace st) String
formatParsed(Trace trace) String
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

Static Methods

create({Iterable<String> packageNamesToResolve = const [], Map<String, String> packageNamesToPaths = const {}, bool useRelativePathsIfShorter = true, bool showFrameNumbers = false, bool invertFrameNumbers = false}) Future<StackTraceFormatter>
NOTE: packageNamesToResolve will not work in Flutter environments. Use packageNamesToPaths instead.