MethodSpec constructor
const
MethodSpec(
- int argCount,
- List<
ArgType> argTypes, - MethodApplier apply
Implementation
const MethodSpec(this.argCount, this.argTypes, this.apply);