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