TextDecodeOptions constructor
TextDecodeOptions({
- bool? stream,
Implementation
factory TextDecodeOptions({_i2.bool? stream}) =>
TextDecodeOptions._(stream: stream);
factory TextDecodeOptions({_i2.bool? stream}) =>
TextDecodeOptions._(stream: stream);