empty static method

AppConfig empty()

Implementation

static AppConfig empty() {
  return AppConfig(
    disableUpdateCheck: null,
    lastUpdateCheck: null,
    cachePath: null,
    useGitCache: null,
    gitCachePath: null,
    flutterUrl: null,
    priviledgedAccess: null,
    runPubGetOnSdkChanges: null,
    updateVscodeSettings: null,
    updateGitIgnore: null,
  );
}