TypeSummary constructor

TypeSummary({
  1. String? defaultVersionId,
  2. String? description,
  3. DateTime? lastUpdated,
  4. RegistryType? type,
  5. String? typeArn,
  6. String? typeName,
})

Implementation

TypeSummary({
  this.defaultVersionId,
  this.description,
  this.lastUpdated,
  this.type,
  this.typeArn,
  this.typeName,
});