EnvironmentVariable constructor

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

Implementation

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