ArtifactAnnotatedMethod<A> constructor

const ArtifactAnnotatedMethod<A>(
  1. A annotation,
  2. ArtifactMethodMirror method,
  3. Object instance
)

Implementation

const ArtifactAnnotatedMethod(this.annotation, this.method, this.instance);