UnparsedFrame class
A frame that failed to parse.
The member property contains the original frame's contents.
- Implemented types
Constructors
- UnparsedFrame.new(String member)
Properties
- column → int?
- 
  The column number of the code location.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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 nullif this stack frame doesn't come from apackage:URL.final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- uri → Uri
- 
  The URI of the file in which the code is located.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited