EntityDescription constructor
EntityDescription({
- String? arn,
- DateTime? createdAt,
- DefinitionDocument? definition,
- String? id,
- EntityType? type,
Implementation
EntityDescription({
this.arn,
this.createdAt,
this.definition,
this.id,
this.type,
});