TextDecoderCommon constructor

TextDecoderCommon({
  1. String encoding = 'utf-8',
  2. bool fatal = false,
  3. bool ignoreBOM = false,
})

Implementation

TextDecoderCommon({this.encoding = 'utf-8', this.fatal = false, this.ignoreBOM = false});