Utf8Decoder decoder

Source

Utf8Decoder get decoder {
  return new Utf8Decoder(allowMalformed: _allowMalformed);
}