PackageUriException constructor

const PackageUriException(
  1. String packageName
)

An exception thrown when the package uri could not be resolved

Implementation

const PackageUriException(this.packageName);