FeaturesConfig constructor

const FeaturesConfig({
  1. required bool uiFeedback,
  2. required bool flavors,
  3. required bool notifications,
})

Implementation

const FeaturesConfig({
  required this.uiFeedback,
  required this.flavors,
  required this.notifications,
});