StackFrame constructor
StackFrame({
- String? columnNumber,
- TruncatableString? fileName,
- TruncatableString? functionName,
- String? lineNumber,
- Module? loadModule,
- TruncatableString? originalFunctionName,
- TruncatableString? sourceVersion,
Implementation
StackFrame({
this.columnNumber,
this.fileName,
this.functionName,
this.lineNumber,
this.loadModule,
this.originalFunctionName,
this.sourceVersion,
});