AnnotatedElement constructor

const AnnotatedElement(
  1. ConstantReader annotation,
  2. Element element
)

Implementation

const AnnotatedElement(this.annotation, this.element);