PubspecNode class abstract
Representation of a leaf-node in a pubspec file.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → SourceSpan
-
Information about this node's location in the pubspec file.
no setter
- text → String?
-
String value of the node, or
null
if value in the pubspec file isnull
or omitted.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited