EntryFunction constructor

EntryFunction(
  1. ModuleId moduleName,
  2. Identifier functionName,
  3. List<TypeTag> typeArgs,
  4. List<Uint8List> args,
)

Implementation

EntryFunction(this.moduleName, this.functionName, this.typeArgs, this.args);