PubVersion constructor

PubVersion(
  1. Version version,
  2. String archiveUrl,
  3. DateTime published,
  4. dynamic pubspec,
)

Implementation

PubVersion(this.version, this.archiveUrl, this.published, this.pubspec);