TemplateEnvironmentVariable constructor
TemplateEnvironmentVariable({
- required String name,
- String? value,
- TokenValue? token,
Implementation
TemplateEnvironmentVariable({required this.name, this.value, this.token});