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