ArtifactAnnotatedMethod<A> constructor
const
ArtifactAnnotatedMethod<A> (
- A annotation,
- ArtifactMethodMirror method,
- Object instance
Implementation
const ArtifactAnnotatedMethod(this.annotation, this.method, this.instance);