FvmSettings constructor

FvmSettings({
  1. String? cachePath,
  2. bool skipSetup = false,
  3. bool gitCache = false,
})

Constructor

Implementation

FvmSettings({
  this.cachePath,
  this.skipSetup = false,
  this.gitCache = false,
});