Local2DartConfigManager class

Configuration manager for Local2Dart command.

This class is responsible for loading, parsing, and validating the local2dart configuration from YAML files.

Constructors

Local2DartConfigManager()
Creates a new Local2DartConfigManager instance.

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

loadConfig(String yamlPath) Local2DartConfig
Loads configuration from a YAML file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseTableDefinitions(Local2DartConfig config) Map<String, TableDefinition>
Parses table definitions from configuration.
toString() String
A string representation of this object.
inherited
validateConfig(Local2DartConfig config) bool
Validates the configuration.

Operators

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