Prepare constructor

Prepare(
  1. Repo repo,
  2. Package package, {
  3. ArgResults? args,
})

Creates a new instance of the Prepare class.

The repo parameter is the name of the repository that contains the package. The package parameter is the name of the package to prepare. The args parameter is an optional ArgResults object that contains the command-line arguments.

Implementation

Prepare(this.repo, this.package, {this.args});