menu
feature_flags package
documentation
feature_flags.dart
Feature
Feature const constructor
Feature const constructor
dark_mode
light_mode
Feature
constructor
const
Feature
(
String
id
, {
String
?
name
,
})
Implementation
const Feature( this.id, { this.name, });
feature_flags package
documentation
feature_flags
Feature
Feature const constructor
Feature class