Package constructor
const
Package({})
Implementation
const Package({
required this.name,
required this.description,
this.homepage,
this.repository,
required this.authors,
required this.version,
this.license,
required this.isMarkdown,
required this.isSdk,
required this.isDirectDependency,
});