DartPackageIo constructor
DartPackageIo(
- String path
Create a package from a path.
Implementation
factory DartPackageIo(String path) => _DartPackageIoImpl(path);
Create a package from a path.
factory DartPackageIo(String path) => _DartPackageIoImpl(path);