MethodSpec constructor

const MethodSpec(
  1. int argCount,
  2. List<ArgType> argTypes,
  3. MethodApplier apply
)

Implementation

const MethodSpec(this.argCount, this.argTypes, this.apply);