AppConfig constructor

const AppConfig({
  1. bool? disableUpdateCheck,
  2. DateTime? lastUpdateCheck,
  3. String? cachePath,
  4. bool? useGitCache,
  5. String? gitCachePath,
  6. String? flutterUrl,
  7. bool? priviledgedAccess,
  8. bool? runPubGetOnSdkChanges,
  9. bool? updateVscodeSettings,
  10. bool? updateGitIgnore,
})

Constructor

Implementation

const AppConfig({
  this.disableUpdateCheck,
  this.lastUpdateCheck,
  super.cachePath,
  super.useGitCache,
  super.gitCachePath,
  super.flutterUrl,
  super.priviledgedAccess,
  super.runPubGetOnSdkChanges,
  super.updateVscodeSettings,
  super.updateGitIgnore,
});