call method

  1. @override
$Value? call(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)
override

Implementation

@override
$Value? call(Runtime runtime, $Value? target, List<$Value?> args) {
  return func(runtime, $this ?? target, args.sublist(3));
}