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