PackageNotFoundError constructor
PackageNotFoundError(
- String message
Creates a new PackageNotFoundError with the given message.
Implementation
PackageNotFoundError(this.message);
Creates a new PackageNotFoundError with the given message.
PackageNotFoundError(this.message);