SdkConfig class

Configuration class for the SDKs.

Constructors

SdkConfig({String? rootPath, String? configHomePath, Map<String, String> environment = const <String, String>{}})

Properties

configHomePath String?
The path (usually in $HOME/.config on Linux) where applications may store their local configuration data. This can be separately configured for each SDK, to prevent conflicting overrides of their own settings.
final
environment Map<String, String>
The SDK-specific environment.
final
hashCode int
The hash code for this object.
no setterinherited
rootPath String?
The root directory of the SDK (in which there should be a bin/ directory).
final
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