$identity static method

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

Implementation

static $Value? $identity(
    Runtime runtime, $Value? target, List<$Value?> args) {
  return $LinkedHashMap.wrap(LinkedHashMap.identity());
}