StackFrame constructor
StackFrame({})
Implementation
StackFrame({
this.canRestart,
required this.column,
this.endColumn,
this.endLine,
required this.id,
this.instructionPointerReference,
required this.line,
this.moduleId,
required this.name,
this.presentationHint,
this.source,
});