Package constructor

Package(
  1. String packageName,
  2. String name
)

Implementation

Package(this.packageName, this.name);