Annotation constructor

Annotation({
  1. Attributes? attributes,
  2. TruncatableString? description,
})

Implementation

Annotation({this.attributes, this.description});