EnvironmentVariable constructor

EnvironmentVariable({
  1. required String name,
  2. String? value,
  3. TokenValue? token,
  4. SecretValue? secret,
})

Implementation

EnvironmentVariable({required this.name, this.value, this.token, this.secret});