decoder property

Utf8Decoder decoder

Implementation

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