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