PubSpec.fromFile constructor

PubSpec.fromFile(
  1. String path
)

Reads a pubspec.yaml located at path

Implementation

PubSpec.fromFile(String path) {
  _fromFile(path);
}