TextDecoderStream constructor
TextDecoderStream([
- String? label = 'utf-8',
- TextDecoderOptions? options
Implementation
factory TextDecoderStream(
[String? label = 'utf-8', TextDecoderOptions? options]) =>
TextDecoderStream._(label ?? 'utf-8', options ?? undefined);