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