ScriptStatistics constructor

ScriptStatistics({
  1. String? evaluationKind,
  2. List<ScriptStackFrame>? stackFrames,
})

Implementation

ScriptStatistics({this.evaluationKind, this.stackFrames});