ConfigManager class

Constructors

ConfigManager(String projectRoot)

Properties

configPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
projectRoot String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configExists() bool
Checks if config file exists.
delete() → void
Deletes configuration file.
load() DeepLinkConfig
Loads configuration from file. Throws ConfigException if it does not exist or fails to parse.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(DeepLinkConfig config) → void
Saves configuration to file.
toString() String
A string representation of this object.
inherited

Operators

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