fields property

  1. @override
MappableFields<Project> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<Project> fields = const {
  #config: _f$config,
  #path: _f$path,
  #pubspec: _f$pubspec,
  #name: _f$name,
  #pinnedVersion: _f$pinnedVersion,
  #activeFlavor: _f$activeFlavor,
  #flavors: _f$flavors,
  #dartToolGeneratorVersion: _f$dartToolGeneratorVersion,
  #dartToolVersion: _f$dartToolVersion,
  #isFlutter: _f$isFlutter,
  #localFvmPath: _f$localFvmPath,
  #localVersionsCachePath: _f$localVersionsCachePath,
  #localVersionSymlinkPath: _f$localVersionSymlinkPath,
  #gitIgnorePath: _f$gitIgnorePath,
  #pubspecPath: _f$pubspecPath,
  #configPath: _f$configPath,
  #legacyConfigPath: _f$legacyConfigPath,
  #hasConfig: _f$hasConfig,
  #hasPubspec: _f$hasPubspec,
};