KaiselOriginFrame class
One app call frame behind a navigation, for the "who navigated" view: a display line plus the parsed uri / line / column when the frame could be located, so a DevTools host can open it in an editor.
Constructors
- KaiselOriginFrame({required String display, String? uri, int? line, int? column})
-
Create an origin frame.
const
Properties
- column → int?
-
1-based column, or null if unparsed.
final
- display → String
-
The trimmed frame line, as shown.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- line → int?
-
1-based line, or null if unparsed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → String?
-
The source URI (
package:…/file://…), or null if unparsed.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - Serialise to the wire format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override