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