TemplateEnvironmentVariable constructor

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

Implementation

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