$detached static method

$Value? $detached(
  1. Runtime runtime,
  2. $Value? thisValue,
  3. List<$Value?> args
)

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));
}