CallFrame class
Stack entry for runtime errors and assertions.
This class is for the 'runtime' domain.
Properties
- columnNumber → int
-
JavaScript script column number (0-based).
no setter
- functionName → String
-
JavaScript function name.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, dynamic> -
final
- lineNumber → int
-
JavaScript script line number (0-based).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptId → String
-
JavaScript script id.
no setter
- url → String
-
JavaScript script name or url.
no setter
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