factory TextDecoderOptions({bool? fatal, bool? ignoreBOM}) => TextDecoderOptions._( fatal: fatal ?? false, ignoreBOM: ignoreBOM ?? false);