ResourceDrift constructor
      
      ResourceDrift({ 
    
    
- String? name,
- List<PropertyDrift> ? propertyDrifts,
- ResourceDriftTerraformInfo? terraformInfo,
Implementation
ResourceDrift({this.name, this.propertyDrifts, this.terraformInfo});