DartPackageIo constructor

DartPackageIo(
  1. String path
)

Create a package from a path.

Implementation

factory DartPackageIo(String path) => _DartPackageIoImpl(path);