UnpubPackage constructor

UnpubPackage(
  1. String name,
  2. List<UnpubVersion> versions,
  3. bool private,
  4. List<String>? uploaders,
  5. DateTime createdAt,
  6. DateTime updatedAt,
  7. int? download,
)

Implementation

UnpubPackage(
  this.name,
  this.versions,
  this.private,
  this.uploaders,
  this.createdAt,
  this.updatedAt,
  this.download,
);