EnvironmentResponse constructor

EnvironmentResponse({
  1. EnvironmentError? error,
  2. Map<String, String>? variables,
})

Implementation

EnvironmentResponse({
  this.error,
  this.variables,
});