fields property

  1. @override
MappableFields<BaseConfig> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<BaseConfig> fields = const {
  #cachePath: _f$cachePath,
  #useGitCache: _f$useGitCache,
  #gitCachePath: _f$gitCachePath,
  #flutterUrl: _f$flutterUrl,
};