NpmPackage constructor

NpmPackage({
  1. String? packagePath,
  2. String? repository,
})

Implementation

NpmPackage({this.packagePath, this.repository});