$_apply$1 method

dynamic $_apply$1(
  1. dynamic more8843$2
)
override

Implementation

dc.dynamic $_apply$1(dc.dynamic more8843$2, ){
final dc.dynamic o7603$8=more8843$2;
late final dc.dynamic more8843$3;
if((o7603$8 is lcoc_core.ISeqable$iface)){
more8843$3=((o7603$8 as lcoc_core.ISeqable$iface).$_seq$0());
}else{
more8843$3=((lcoc_core.ISeqable.extensions(o7603$8, ) as lcoc_core.ISeqable$ext).$_seq$0(o7603$8, ));
}
if((null==more8843$3)){
throw dc.ArgumentError("No matching arity", );
}
final dc.dynamic arg1$12=lcoc_core.first(more8843$3, );
final dc.dynamic more8843$4=lcoc_core.next(more8843$3, );
if((null==more8843$4)){
throw dc.ArgumentError("No matching arity", );
}
final dc.dynamic arg2$12=lcoc_core.first(more8843$4, );
final dc.dynamic more8843$5=lcoc_core.next(more8843$4, );
if((null==more8843$5)){
return (this.$_invoke$2(arg1$12, arg2$12, ));
}
final dc.dynamic arg3$11=lcoc_core.first(more8843$5, );
final dc.dynamic more8843$6=lcoc_core.next(more8843$5, );
if((null==more8843$6)){
return (this.$_invoke$3(arg1$12, arg2$12, arg3$11, ));
}
final dc.dynamic arg4$10=lcoc_core.first(more8843$6, );
final dc.dynamic more8843$7=lcoc_core.next(more8843$6, );
if((null==more8843$7)){
return (this.$_invoke$4(arg1$12, arg2$12, arg3$11, arg4$10, ));
}
return (this.$_invoke$vararg(arg1$12, arg2$12, arg3$11, arg4$10, more8843$7, ));
}