$new static method
Wrapper for the Client.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $Client.wrap(Client());
}
Wrapper for the Client.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $Client.wrap(Client());
}