$new static method
Wrapper for the ByteStream.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $ByteStream.wrap(ByteStream(args[0]!.$value));
}
Wrapper for the ByteStream.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $ByteStream.wrap(ByteStream(args[0]!.$value));
}