TypeVersionSummary constructor

TypeVersionSummary({
  1. String? arn,
  2. String? description,
  3. bool? isDefaultVersion,
  4. DateTime? timeCreated,
  5. RegistryType? type,
  6. String? typeName,
  7. String? versionId,
})

Implementation

TypeVersionSummary({
  this.arn,
  this.description,
  this.isDefaultVersion,
  this.timeCreated,
  this.type,
  this.typeName,
  this.versionId,
});