FeatureManagerCommand constructor

FeatureManagerCommand({
  1. required String projectPath,
  2. required StateManagement stateManagement,
})

Implementation

FeatureManagerCommand({
  required this.projectPath,
  required this.stateManagement,
});