ProjectConfiguration class

Configuration class containing project settings and environment information.

Encapsulates project-specific settings loaded from morpheme.yaml and environment configuration needed for API generation.

Constructors

ProjectConfiguration({required String projectName, required String morphemeYamlPath, Map<String, dynamic>? additionalSettings})
const

Properties

additionalSettings → Map<String, dynamic>?
Additional project-specific settings
final
hashCode → int
The hash code for this object.
no setterinherited
morphemeYamlPath → String
Path to the morpheme.yaml configuration file
final
projectName → String
The name of the project from morpheme.yaml
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? projectName, String? morphemeYamlPath, Map<String, dynamic>? additionalSettings}) → ProjectConfiguration
Creates a copy of this configuration with the given fields replaced with the new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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