FeatureConfig class

Enhanced configuration schema for complete feature generation

Constructors

FeatureConfig({required String featureName, required String description, required List<ModelConfig> models, required List<ApiEndpointConfig> endpoints, UiConfig? uiConfig})
FeatureConfig.fromJson(Map<String, dynamic> json)
factory

Properties

description String
final
endpoints List<ApiEndpointConfig>
final
featureName String
final
hashCode int
The hash code for this object.
no setterinherited
models List<ModelConfig>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiConfig UiConfig?
final

Methods

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