$new static method
Creates a new $StreamView wrapping StreamView.new
Implementation
static $StreamView $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $StreamView.wrap(StreamView(args[0]!.$value));
}
Creates a new $StreamView wrapping StreamView.new
static $StreamView $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $StreamView.wrap(StreamView(args[0]!.$value));
}