NativePackage constructor

NativePackage({
  1. required String name,
  2. String? version,
  3. String? description,
  4. String? arch,
  5. String? repo,
  6. int? popularity,
})

Implementation

NativePackage({required this.name, this.version, this.description, this.arch, this.repo, this.popularity});