pubSpec property
Pubspec
get
pubSpec
Parses the current project's pubspec.yaml.
Implementation
static Pubspec get pubSpec => Pubspec.parse(pubspecString);
Parses the current project's pubspec.yaml.
static Pubspec get pubSpec => Pubspec.parse(pubspecString);