Creates a new $Stream that emits a single value
static $Value? $_value(Runtime runtime, $Value? target, List<$Value?> args) { return $Stream.wrap(Stream.value(args[0]!.$value)); }