$Utf8Decoder.wrap constructor

$Utf8Decoder.wrap(
  1. Utf8Decoder $value
)

Wrap a Utf8Decoder in a $Utf8Decoder.

Implementation

$Utf8Decoder.wrap(this.$value);