InvalidAnnotationPosition constructor

const InvalidAnnotationPosition(
  1. TypeIdentifier type,
  2. ElementKind kind
)

Implementation

const InvalidAnnotationPosition(this.type, this.kind);