menu
flutter_environment_config package
documentation
generator/flutter_environment_config_generator.dart
EnvVariable
EnvVariable.new constructor
EnvVariable.new constructor
dark_mode
light_mode
EnvVariable
constructor
EnvVariable
(
String
key
,
String
value
,
String
type
,
Set
<
String
>
availableInFiles
,
)
Implementation
EnvVariable(this.key, this.value, this.type, this.availableInFiles);
flutter_environment_config package
documentation
generator/flutter_environment_config_generator
EnvVariable
EnvVariable.new constructor
EnvVariable class