ConfigListItem constructor
ConfigListItem({
- String? configArn,
- String? configId,
- ConfigCapabilityType? configType,
- String? name,
Implementation
ConfigListItem({
this.configArn,
this.configId,
this.configType,
this.name,
});