pubspecFile property

File pubspecFile

Pubspec file

Implementation

File get pubspecFile {
  return File(join(projectDir.path, 'pubspec.yaml'));
}