TextDecoder constructor

TextDecoder([
  1. String? label,
  2. TextDecoderOptions? options
])

Implementation

TextDecoder([String? label, TextDecoderOptions? options])
    : _delegate = interop.TextDecoder(label, options?._delegate);