Json2DartConfigManager class

Manages configuration loading and parsing for Json2Dart command

This class handles loading configuration from YAML files, command line arguments, and provides methods to merge and validate configurations.

Constructors

Json2DartConfigManager()

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(Map yamlConfig, ArgResults? argResults) Json2DartConfig
Loads configuration from YAML file and command line arguments
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