Package constructor

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

Implementation

Package(this.name, this.path);