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