Annotation constructor

Annotation(
  1. Type type, [
  2. ParameterValues? parameterValues
])

Implementation

Annotation(this.type, [this.parameterValues]) : customType = true;