PubspecYaml class abstract interface

The interface for the pubspec.yaml file.

Constructors

PubspecYaml()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all({bool recursive = false}) Future<Iterable<String>>
This method is used to find all the pubspecs in the project
children() Future<Iterable<String>>
nearest() String?
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

Constants

fileName → const String