Annotation constructor
Annotation(
- String? name,
- List<
Expression?> ? argumentList, { - Map? ast,
Implementation
Annotation(this.name, this.argumentList, {Map? ast}) : super(ast: ast);