TextDecodeOptions constructor

TextDecodeOptions({
  1. bool? stream,
})

Implementation

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