EnvVariable constructor
EnvVariable({
- required String name,
- required String value,
- AcpJsonObject? meta,
Creates a EnvVariable value.
Implementation
EnvVariable({required this.name, required this.value, this.meta});