static $Velocity $new(Runtime runtime, $Value? target, List<$Value?> args) { return $Velocity.wrap(Velocity( pixelsPerSecond: args[0]?.$value, )); }