Callable constructor
Implementation
@Deprecated('Use `Callable.function` instead.')
factory Callable(String name, String arguments,
Value callback(List<Value> arguments)) =>
Callable.function(name, arguments, callback);
@Deprecated('Use `Callable.function` instead.')
factory Callable(String name, String arguments,
Value callback(List<Value> arguments)) =>
Callable.function(name, arguments, callback);