UnpubVersion constructor

UnpubVersion(
  1. String version,
  2. Map<String, dynamic> pubspec,
  3. String? pubspecYaml,
  4. String? uploader,
  5. String? readme,
  6. String? changelog,
  7. DateTime createdAt,
)

Implementation

UnpubVersion(
  this.version,
  this.pubspec,
  this.pubspecYaml,
  this.uploader,
  this.readme,
  this.changelog,
  this.createdAt,
);