UnparsedFrame class

A frame that failed to parse.

The member property contains the original frame's contents.

Implemented types

Constructors

UnparsedFrame(String member)

Properties

column int
The column number of the code location. [...]
final
isCore bool
Whether this stack frame comes from the Dart core libraries.
final
library String
Returns a human-friendly description of the library that this stack frame comes from. [...]
final
line int
The line number on which the code location is located. [...]
final
location String
A human-friendly description of the code location.
final
member String
The name of the member in which the code location occurs. [...]
final
package String
Returns the name of the package this stack frame comes from, or null if this stack frame doesn't come from a package: URL.
final
uri Uri
The URI of the file in which the code is located. [...]
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited