ResourceChange constructor

ResourceChange({
  1. String? intent,
  2. String? name,
  3. List<PropertyChange>? propertyChanges,
  4. ResourceChangeTerraformInfo? terraformInfo,
})

Implementation

ResourceChange({
  this.intent,
  this.name,
  this.propertyChanges,
  this.terraformInfo,
});