Package constructor
Package({})
Implementation
Package({
required this.name,
required this.version,
required this.id,
this.description,
this.source,
required this.targets,
required this.dependencies,
});