TerraformVariable.fromJson constructor
TerraformVariable.fromJson(
- Map json_
Implementation
TerraformVariable.fromJson(core.Map json_)
: this(
inputValue:
json_.containsKey('inputValue') ? json_['inputValue'] : null,
);