Mirror constructor

const Mirror(
  1. String name,
  2. List<Annotation>? annotations
)

Implementation

const Mirror(this.name, this.annotations);