ScriptStackFrame class

Constructors

ScriptStackFrame({int? endColumn, int? endLine, String? procedureId, int? startColumn, int? startLine, String? text})
ScriptStackFrame.fromJson(Map json_)

Properties

endColumn int?
[Output-only] One-based end column.
getter/setter pair
endLine int?
[Output-only] One-based end line.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
procedureId String?
[Output-only] Name of the active procedure, empty if in a top-level script.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startColumn int?
[Output-only] One-based start column.
getter/setter pair
startLine int?
[Output-only] One-based start line.
getter/setter pair
text String?
[Output-only] Text of the current statement/expression.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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