$decodeComponent static method

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

Implementation

static $Value? $decodeComponent(
    Runtime runtime, $Value? target, List<$Value?> args) {
  return $String(Uri.decodeComponent(args[0]!.$value));
}