BaseConfig constructor

const BaseConfig({
  1. required String? cachePath,
  2. required bool? useGitCache,
  3. required String? gitCachePath,
  4. required String? flutterUrl,
})

Constructor

Implementation

const BaseConfig({
  required this.cachePath,
  required this.useGitCache,
  required this.gitCachePath,
  required this.flutterUrl,
});