TagDescription constructor

TagDescription({
  1. String? resourceArn,
  2. List<Tag>? tags,
})

Implementation

TagDescription({
  this.resourceArn,
  this.tags,
});