ResourceDrift constructor

ResourceDrift({
  1. String? name,
  2. List<PropertyDrift>? propertyDrifts,
  3. ResourceDriftTerraformInfo? terraformInfo,
})

Implementation

ResourceDrift({this.name, this.propertyDrifts, this.terraformInfo});