decoder property

Latin1Decoder decoder

Implementation

Latin1Decoder get decoder => _allowInvalid
    ? const Latin1Decoder(allowInvalid: true)
    : const Latin1Decoder(allowInvalid: false);