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