ResourceChange constructor
      
      ResourceChange({ 
    
    
- String? intent,
- String? name,
- List<PropertyChange> ? propertyChanges,
- ResourceChangeTerraformInfo? terraformInfo,
Implementation
ResourceChange({
  this.intent,
  this.name,
  this.propertyChanges,
  this.terraformInfo,
});