PackageOccurrence constructor

PackageOccurrence({
  1. List<Location>? location,
  2. String? name,
})

Implementation

PackageOccurrence({
  this.location,
  this.name,
});