FlcFrame class
A single source location frame from an FLC trace.
Constructors
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