FvmSettings class

FVM Settings model

Constructors

FvmSettings({String? cachePath, bool skipSetup = false, bool gitCache = false})
Constructor
FvmSettings.fromJson(String jsonString)
Returns FvmSettings from jsonString
factory
FvmSettings.fromMap(Map<String, dynamic> map)
Returns FvmSettings from a map of values
factory

Properties

cachePath String?
Cache path configured in settings
getter/setter pair
gitCache bool
If uses local git cache
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipSetup bool
Settings if should skip setup
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns json of FvmSettings
toMap() Map<String, dynamic>
Returns a map of values from FvmSettings model
toString() String
A string representation of this object.
inherited

Operators

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