MirrorMethod<O> constructor

const MirrorMethod<O>(
  1. String name,
  2. List<Object> annotations,
  3. dynamic caller(
    1. O,
    2. List
    )
)

Implementation

const MirrorMethod(this.name, this.annotations, this.caller);