PubSpec.fromFile constructor Null safety

PubSpec.fromFile(
  1. String path
)

Reads a pubspec.yaml located at path

Implementation

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