Junk class final

Source text that failed to parse as an Entry but was preserved so the surrounding entries can still load.

Inheritance

Constructors

Junk({required String content, Span? span})
Wraps the unparseable content.
const

Properties

content String
The source stretch the parser skipped.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span Span?
Source range this node covers; null when spans were off.
final

Methods

clone() Junk
Deep clone of this node.
override
equals(FluentNode other, {bool ignoreSpans = true}) bool
Structural equality.
override
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