empty static method

ProjectConfig empty()

Implementation

static ProjectConfig empty() {
  return ProjectConfig(
    flutter: null,
    flavors: null,
    cachePath: null,
    useGitCache: null,
    gitCachePath: null,
    flutterUrl: null,
    priviledgedAccess: null,
    runPubGetOnSdkChanges: null,
    updateVscodeSettings: null,
    updateGitIgnore: null,
  );
}