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