ResolvedComponentVersion constructor

ResolvedComponentVersion({
  1. String? arn,
  2. String? componentName,
  3. String? componentVersion,
  4. Uint8List? recipe,
})

Implementation

ResolvedComponentVersion({
  this.arn,
  this.componentName,
  this.componentVersion,
  this.recipe,
});