$decodeQueryComponent static method
Implementation
static $Value? $decodeQueryComponent(
Runtime runtime, $Value? target, List<$Value?> args) {
return $String(Uri.decodeQueryComponent(args[0]!.$value,
encoding: (args[1]?.$value as Encoding?) ?? utf8));
}