SourceFrame constructor
Creates a SourceFrame with the given file, line, col, optional
desc, and optional type tag (defaults to 'rohd').
Implementation
const SourceFrame({
required this.file,
required this.line,
required this.col,
this.desc,
this.type = 'rohd',
});