manifestFile property
File
get
manifestFile
The pubspec.yaml
manifest file of current package.
Implementation
File get manifestFile => file(['pubspec.yaml']);
The pubspec.yaml
manifest file of current package.
File get manifestFile => file(['pubspec.yaml']);