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