StackTraceHeader class

Header information for a non-symbolic Dart stack trace.

Constructors

StackTraceHeader()

Properties

architecture String?
no setter
buildId String?
no setter
compressedPointers bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
isolateDsoBase int?
no setter
isolateStart int?
no setter
os String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units Map<int, LoadingUnit>?
no setter
usingSimulator bool?
no setter
vmStart int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetOf(int address) PCOffset?
The PCOffset for the given absolute program counter address.
toString() String
A string representation of this object.
override
tryParseHeaderLine(String line, {bool lossy = false}) bool
Try and parse the given line as one of the recognized lines in the header of a non-symbolic stack trace.
writeToStringBuffer(StringBuffer buffer) → void

Operators

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

Static Methods

fromLines(List<String> lines, {bool lossy = false}) StackTraceHeader
fromStarts(int isolateStart, int vmStart, {String? architecture}) StackTraceHeader