fields property

  1. @override
MappableFields<CacheFlutterVersion> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<CacheFlutterVersion> fields = const {
  #name: _f$name,
  #directory: _f$directory,
  #releaseFromChannel: _f$releaseFromChannel,
  #type: _f$type,
  #binPath: _f$binPath,
  #hasOldBinPath: _f$hasOldBinPath,
  #dartBinPath: _f$dartBinPath,
  #dartExec: _f$dartExec,
  #flutterExec: _f$flutterExec,
  #flutterSdkVersion: _f$flutterSdkVersion,
  #dartSdkVersion: _f$dartSdkVersion,
  #isSetup: _f$isSetup,
};