BlueprintConfig class
Constructors
-
BlueprintConfig({required String name, required String org, String outputDir = '.', required ArchitectureConfig architecture, required StateManagementConfig stateManagement, required RoutingConfig routing, required APIConfig api, required FeaturesConfig features, required BuildConfig build, required CodegenConfig codegen, required TestingConfig testing, required CIConfig ci})
-
const
-
BlueprintConfig.defaults({required String name, required String org})
-
Default config with sensible values.
factory
-
BlueprintConfig.fromYaml(Map yaml)
-
Deserialize from a YAML map.
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serialize to a JSON-compatible map for IPC with the Go engine.
-
toString()
→ String
-
A string representation of this object.
inherited
-
toYaml()
→ String
-
Serialize to YAML string for saving blueprint.yaml.