UnpubQueryResult constructor

UnpubQueryResult(
  1. int count,
  2. List<UnpubPackage> packages
)

Implementation

UnpubQueryResult(this.count, this.packages);