DartPackageIo constructor

DartPackageIo(
  1. String path
)

Implementation

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