TextDecodeOptions constructor

TextDecodeOptions({
  1. bool? stream,
})

Implementation

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