$new static method
Create a new $ArgumentError wrapping ArgumentError.new
Implementation
static $ArgumentError $new(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
return $ArgumentError.wrap(ArgumentError(args[0]?.$value));
}
Create a new $ArgumentError wrapping ArgumentError.new
static $ArgumentError $new(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
return $ArgumentError.wrap(ArgumentError(args[0]?.$value));
}