EntityDescription constructor

EntityDescription({
  1. String? arn,
  2. DateTime? createdAt,
  3. DefinitionDocument? definition,
  4. String? id,
  5. EntityType? type,
})

Implementation

EntityDescription({
  this.arn,
  this.createdAt,
  this.definition,
  this.id,
  this.type,
});