Wrapper for LinkedHashMap.from
static $Value? $from(Runtime runtime, $Value? target, List<$Value?> args) { return $LinkedHashMap.wrap(LinkedHashMap.from((args[0] as $Map).$value)); }