FlcFrame constructor
Creates an FlcFrame with the given source file, line, column,
and optional type tag (defaults to 'rohd').
Implementation
const FlcFrame({
required this.file,
required this.line,
required this.column,
this.type = 'rohd',
});