FeatureFlagsConfig constructor

FeatureFlagsConfig({
  1. bool enabled = true,
  2. Map<String, dynamic> context = const {},
})

Implementation

FeatureFlagsConfig({
  this.enabled = true,
  this.context = const {},
});