Package constructor

Package({
  1. String? location,
  2. String? name,
})

Implementation

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