PackageRef constructor
PackageRef(
- String name,
- Description description
Creates a reference to a package with the given name
, and
description
.
Implementation
PackageRef(this.name, this.description);