Resource constructor

Resource({
  1. Map<String, ResourceCAIInfo>? caiAssets,
  2. String? intent,
  3. String? name,
  4. String? state,
  5. ResourceTerraformInfo? terraformInfo,
})

Implementation

Resource({
  this.caiAssets,
  this.intent,
  this.name,
  this.state,
  this.terraformInfo,
});