toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (intent != null) 'intent': intent!,
if (name != null) 'name': name!,
if (propertyChanges != null) 'propertyChanges': propertyChanges!,
if (terraformInfo != null) 'terraformInfo': terraformInfo!,
};