$fromIterables static method

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

Implementation

static $Value? $fromIterables(
    Runtime runtime, $Value? target, List<$Value?> args) {
  return $LinkedHashMap.wrap(LinkedHashMap.fromIterables(
      (args[0] as $Iterable).$value, (args[1] as $Iterable).$value));
}