ASTAnnotation constructor

ASTAnnotation(
  1. String name, [
  2. Map<String, ASTAnnotationParameter>? parameters
])

Implementation

ASTAnnotation(this.name, [this.parameters]);