fields property

  1. @override
MappableFields<AppConfig> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<AppConfig> fields = const {
  #disableUpdateCheck: _f$disableUpdateCheck,
  #lastUpdateCheck: _f$lastUpdateCheck,
  #cachePath: _f$cachePath,
  #useGitCache: _f$useGitCache,
  #gitCachePath: _f$gitCachePath,
  #flutterUrl: _f$flutterUrl,
  #priviledgedAccess: _f$priviledgedAccess,
  #runPubGetOnSdkChanges: _f$runPubGetOnSdkChanges,
  #updateVscodeSettings: _f$updateVscodeSettings,
  #updateGitIgnore: _f$updateGitIgnore,
};