EntryFunctionABI constructor
EntryFunctionABI(
- String name,
- ModuleId moduleName,
- String doc,
- List<
TypeArgumentABI> tyArgs, - List<
ArgumentABI> args,
Implementation
EntryFunctionABI(this.name, this.moduleName, this.doc, this.tyArgs, this.args): super();