$new static method
Implementation
static $Utf8Decoder $new(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final allowMalformed = args[0]?.$value as bool? ?? false;
return $Utf8Decoder.wrap(Utf8Decoder(allowMalformed: allowMalformed));
}