FeatureConfig constructor
FeatureConfig({})
Creates a new FeatureConfig instance.
All parameters are required to ensure complete configuration.
Implementation
FeatureConfig({
required this.featureName,
required this.appsName,
required this.featurePath,
required this.appsPath,
required this.isInApps,
});