natural static method
Implementation
static EntryFunction natural(String module, String func, List<TypeTag> typeArgs, List<Uint8List> args) {
return EntryFunction(ModuleId.fromStr(module), Identifier(func), typeArgs, args);
}
static EntryFunction natural(String module, String func, List<TypeTag> typeArgs, List<Uint8List> args) {
return EntryFunction(ModuleId.fromStr(module), Identifier(func), typeArgs, args);
}