PackageInfo constructor

PackageInfo(
  1. String name,
  2. String latestVersion
)

Implementation

PackageInfo(this.name, this.latestVersion);