FeatureManagerCommand constructor
FeatureManagerCommand({
- required String projectPath,
- required StateManagement stateManagement,
Implementation
FeatureManagerCommand({
required this.projectPath,
required this.stateManagement,
});