EnvConfig class

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

Constructors

EnvConfig({required String? cachePath, required bool? useGitCache, required String? gitCachePath, required String? flutterUrl})
const

Properties

cachePath String?
Directory where FVM is stored
finalinherited
copyWith EnvConfigCopyWith<EnvConfig, EnvConfig, EnvConfig>
no setterinherited
flutterUrl String?
Flutter repo url
finalinherited
gitCachePath String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useGitCache bool?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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 EnvConfig Function(String json)
final
fromMap EnvConfig Function(Map<String, dynamic> map)
final

Static Methods

empty() EnvConfig