ComponentVersionListItem constructor

ComponentVersionListItem({
  1. String? arn,
  2. String? componentName,
  3. String? componentVersion,
})

Implementation

ComponentVersionListItem({
  this.arn,
  this.componentName,
  this.componentVersion,
});