Pubspec constructor
const
Pubspec({})
Implementation
const Pubspec({
required this.packageName,
required this.environment,
required this.dependenciesVersionConstraint,
required this.flutterGen,
required this.flutter,
});