PackageNameList constructor

PackageNameList({
  1. List<String>? packageNames,
})

Implementation

PackageNameList({
  this.packageNames,
});