ExportedEnvironmentVariable constructor

ExportedEnvironmentVariable({
  1. String? name,
  2. String? value,
})

Implementation

ExportedEnvironmentVariable({
  this.name,
  this.value,
});