FileConfig class

Inheritance
Mixed in types
Implementers
Annotations
  • @MappableClass(ignoreNull: true)

Constructors

FileConfig({required String? cachePath, required bool? useGitCache, required String? gitCachePath, required String? flutterUrl, required bool? priviledgedAccess, required bool? runPubGetOnSdkChanges, required bool? updateVscodeSettings, required bool? updateGitIgnore})
Constructor
const

Properties

cachePath String?
Directory where FVM is stored
finalinherited
copyWith FileConfigCopyWith<FileConfig, FileConfig, FileConfig>
no setterinherited
flutterUrl String?
Flutter repo url
finalinherited
gitCachePath String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
priviledgedAccess bool?
If FVM should run with priviledged access
final
runPubGetOnSdkChanges bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateGitIgnore bool?
If FVM should update .gitignore
final
updateVscodeSettings bool?
If Vscode settings is not managed by FVM
final
useGitCache bool?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String path) → void
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

fromJson FileConfig Function(String json)
final
fromMap FileConfig Function(Map<String, dynamic> map)
final