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