ConfigMapper class final
A utility class for mapping configuration lines from a YAML file into a key-value map.
This class is designed to process configuration data from the sort_dependencies.yaml file,
providing a structured map of configuration entries for further use.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchConfig(
) → Map< String, Object> ? -
Fetches and maps configuration data from the
sort_dependencies.yamlfile. -
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