FlcFrame class

A single source location frame from an FLC trace.

Constructors

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

Properties

column int
1-based column number.
final
file String
File path (package-relative, e.g. lib/src/foo.dart).
final
hashCode int
The hash code for this object.
no setterinherited
line int
1-based line number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Frame type: 'rohd' for ROHD Dart source, 'sv' for SystemVerilog.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited