ASTAnnotation constructor
      
      ASTAnnotation(})
     
    
    
Implementation
ASTAnnotation(
  super.type, {
  required this.content,
  required this.isDocumentation,
  super.source,
  super.line = 0,
  super.column = 0,
  super.offset = 0,
  super.length = 0,
});