$fromIterables static method
Wrapper for LinkedHashMap.fromIterables
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,
),
);
}