ConfigKeys enum

Inheritance
Annotations
  • @MappableEnum()

Constructors

ConfigKeys({required String description})
const

Values

cachePath → const ConfigKeys
const ConfigKeys(description: 'Path where $kPackageName will cache versions')
useGitCache → const ConfigKeys
const ConfigKeys(description: 'Enable/Disable git cache globally, which is used for faster version installs.')
gitCachePath → const ConfigKeys
const ConfigKeys(description: 'Path where local Git reference cache is stored')
flutterUrl → const ConfigKeys
const ConfigKeys(description: 'Flutter repository Git URL to clone from')
priviledgedAccess → const ConfigKeys
const ConfigKeys(description: 'Enable/Disable priviledged access for FVM')

Properties

description String
final
envKey String
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
paramKey String
no setter
propKey String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

injectArgParser(ArgParser argParser) → dynamic

Constants

values → const List<ConfigKeys>
A constant List of the values in this enum, in order of their declaration.