EnvironmentVariable constructor
EnvironmentVariable({
- required String name,
- required String value,
- EnvironmentVariableType? type,
Implementation
EnvironmentVariable({
required this.name,
required this.value,
this.type,
});