EnvironmentResponse constructor
EnvironmentResponse({
- EnvironmentError? error,
- Map<
String, String> ? variables,
Implementation
EnvironmentResponse({
this.error,
this.variables,
});