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