Annotation constructor

Annotation(
  1. String name
)

Example

Annotation('override'),

Implementation

Annotation(this.name);