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