PubspecInfo constructor
const
PubspecInfo({})
Creates a PubspecInfo.
Implementation
const PubspecInfo({
required this.name,
required this.dependencies,
required this.devDependencies,
required this.sdkConstraint,
required this.path,
});