TextDecoder({String encoding = 'utf-8', bool fatal = false, bool ignoreBOM = false}) : super(encoding: encoding, fatal: fatal, ignoreBOM: ignoreBOM);