FuncClass constructor

const FuncClass(
  1. List<CType> argTypes,
  2. List<CType> retTypes,
  3. List<String> annotations
)

Implementation

const FuncClass(this.argTypes, this.retTypes, this.annotations);