PackageRef constructor

PackageRef(
  1. String name,
  2. Description description
)

Creates a reference to a package with the given name, and description.

Implementation

PackageRef(this.name, this.description);