Package constructor
Package({
- List<
Distribution> ? distribution, - String? name,
Implementation
Package({
this.distribution,
this.name,
});
Package({
this.distribution,
this.name,
});