Annotation constructor

Annotation(
  1. String? name,
  2. List<Expression?>? argumentList, {
  3. Map? ast,
})

Implementation

Annotation(this.name, this.argumentList, {Map? ast}) : super(ast: ast);