Project copyWith({String? path, Pubspec? pubspec}) { return Project(path: path ?? this.path, pubspec: pubspec ?? this.pubspec); }