EntryFunctionABI constructor

EntryFunctionABI(
  1. String name,
  2. ModuleId moduleName,
  3. String doc,
  4. List<TypeArgumentABI> tyArgs,
  5. List<ArgumentABI> args,
)

Implementation

EntryFunctionABI(this.name, this.moduleName, this.doc, this.tyArgs, this.args): super();