ScriptStatistics class
Job statistics specific to the child job of a script.
Constructors
-
ScriptStatistics({String? evaluationKind, List<
ScriptStackFrame> ? stackFrames}) - ScriptStatistics.fromJson(Map json_)
Properties
- evaluationKind ↔ String?
-
Whether this child job was a statement or expression.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stackFrames
↔ List<
ScriptStackFrame> ? -
Stack trace showing the line/column/procedure name of each frame on the
stack at the point where the current evaluation happened.
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