Stackframe constructor

Stackframe(
  1. File sourceFile,
  2. int lineNo,
  3. int column,
  4. String? details,
)

Implementation

Stackframe(this.sourceFile, this.lineNo, this.column, this.details);