PackageUri constructor

const PackageUri(
  1. String package,
  2. String libPath
)

Implementation

const PackageUri(this.package, this.libPath);