ConfigManager class
Manages loading and saving of configuration for the file mapper tool.
Constructors
- ConfigManager.new()
- Creates a new ConfigManager.
Properties
- configFilePath → String
-
Path to the configuration file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loadConfig(
{bool notifyIfCreated = true}) → Future< FileMapperConfig> - Loads the configuration from file.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveConfig(
FileMapperConfig config) → Future< void> - Saves the configuration to the config file.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited