call method
Implementation
dynamic call(Status status) {
if (func != null) {
return Function.apply(func!, args?.map((e) => e.value)?.toList() ?? []);
}
}
dynamic call(Status status) {
if (func != null) {
return Function.apply(func!, args?.map((e) => e.value)?.toList() ?? []);
}
}