ConfigListItem constructor

ConfigListItem({
  1. String? configArn,
  2. String? configId,
  3. ConfigCapabilityType? configType,
  4. String? name,
})

Implementation

ConfigListItem({
  this.configArn,
  this.configId,
  this.configType,
  this.name,
});