W3cubDocs

/Dart 2

decoder property

Latin1Decoder decoder

Implementation

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-convert/Latin1Codec/decoder.html