BlobNode class abstract

Base class of nodes that appear in the output of decodeDataBlob and decodeLibraryBlob.

In addition to this, the following types can be found in that output:

Implementers

Constructors

BlobNode()
Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source SourceRange?
The source location that corresponds to this BlobNode, if known.
no setter

Methods

associateSource(SourceRange source) → void
Assign a SourceRange to this BlobNode's source property.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
propagateSource(BlobNode? original) → void
Assign another BlobNode's SourceRange to this BlobNode's source property.
toString() String
A string representation of this object.
inherited

Operators

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